Commit 49ed93d7 authored by Leo Iannacone's avatar Leo Iannacone

Still improvements

parent 7ff4938e
......@@ -511,12 +511,16 @@ padding-top: 4px;
}
.short-summary h2 a {
color: #DD4814;
color: #333;
font-family: "Trebuchet MS", "segoe ui", arial, sans-serif;
font-size: 17px;
float: left;
}
.short-summary h2 a:hover {
color: #DD4814;
}
.short-summary .userinfo {
color: #666666;
float: right;
......@@ -720,21 +724,23 @@ padding-top: 4px;
}
.tags a, span.tag, .tags-summary a {
background-color: #EEEEEE;
color: #777777;
height: 14px;
font-size: 11px;
font-weight: normal;
padding: 1px 8px;
vertical-align: middle;
display: inline-block;
color: #5E5E5E;
text-decoration: none;
padding: 3px 5px 2px 19px;
white-space: nowrap;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
overflow: visible;
background-position: 0 -8px;
margin: 2px 2px 6px 0;
line-height: 12px;
background: url('../images/tag.png');
}
.tags a:hover, .tags-summary a:hover {
background-color: #DD4818;
color: #FFFFFF;
color: #DD4814;
}
.tag-number {
......@@ -1363,6 +1369,8 @@ ins {
float: left;
line-height: 40px;
margin-left: 0px;
min-width: 20px;
text-align: center;
}
#top .bronze, .badge3, #top .silver, .badge2 {
......@@ -2148,12 +2156,17 @@ div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content text
width: 14px;
height: 14px;
float: left;
margin-right: 4px;
vertical-align: middle;
margin-top: 3px;
}
.feed-icon-big {
width: 28px;
height: 28px;
float: left;
margin-left: 10px;
margin-top: 6px;
}
div#subscription_list {
......
......@@ -82,6 +82,11 @@
<div id="content">
<div id="content-top"></div>
<div id="content-center">
{% if settings.USE_ANNOUNCEMENT_BAR|or_preview:request %}
<div id="announcement">
{{ settings.ANNOUNCEMENT_BAR|or_preview:request|static_content:settings.ANNOUNCEMENT_BAR_RENDER_MODE }}
</div>
{% endif %}
<div class="notify" style="display:none">
{% autoescape off %}
{% if user_messages %}
......
......@@ -65,9 +65,4 @@
</div>
</div>
{% if settings.USE_ANNOUNCEMENT_BAR|or_preview:request %}
<div id="announcement">
{{ settings.ANNOUNCEMENT_BAR|or_preview:request|static_content:settings.ANNOUNCEMENT_BAR_RENDER_MODE }}
</div>
{% endif %}
<!-- end template header.html -->
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment