changes to modules
This commit is contained in:
parent
613b4681a0
commit
bbf02403cd
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -38,6 +38,11 @@ font-weight:bold;
|
|||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.orangeInnerRight
|
||||
{color:#f7bd00;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.tabHeader
|
||||
{font-size:24px;
|
||||
color:#ffb400;
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user