changes to modules

This commit is contained in:
unknown 2011-12-09 06:59:34 -05:00
parent 613b4681a0
commit bbf02403cd
4 changed files with 14 additions and 6 deletions

View File

@ -51,6 +51,9 @@ width: 100%;
background: #fff;
}
.tab_container p {
margin-bottom:8px;}
.tab_content {
padding: 20px;
font-family: 'Arial Regular', Arial, Helvetica, sans-serif;

View File

@ -37,7 +37,7 @@ height:114px;
-moz-box-shadow:1px 1px 3px 3px #aaa;
-webkit-box-shadow:1px 1px 3px 3px #aaa;
box-shadow:1px 1px 3px 3px #aaa;
margin:10px;
margin:5px;
cursor:pointer;}
.searchHighlight

View File

@ -38,6 +38,11 @@ font-weight:bold;
margin-bottom:8px;
}
.orangeInnerRight
{color:#f7bd00;
font-weight:bold;
}
.tabHeader
{font-size:24px;
color:#ffb400;

View File

@ -1,5 +1,5 @@
{% for d in documents %}
<div class="orange"><a href="{{ d.file }} target="_blank"> {{ d.title }}</a></div>
{{ d.intro|safe }}
<br />
{% endfor %}
{% for d in documents %}
<div class="orangeInnerRight"><a href="{{ d.file }} target="_blank"> {{ d.title }}</a></div>
{{ d.intro|safe }}
<br />
{% endfor %}