aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/headline.css')
-rw-r--r--static/css/txt/headline.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index f9e50a2..3c5183c 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -1,4 +1,4 @@
-body,#main_nav{background:#FFF}
+body{background:#FFF}
body,textarea{color:#000}
a,#n2,h3 span{color:#D60}
a:active .name,h2 a:active,h4 a:active,a:active,#n2:active{color:#FA4}
@@ -11,7 +11,7 @@ hr{display:none}
input,input[type="submit"],input[type="button"],input[type="text"],textarea,button,select{border:1px solid #000}
input[type="submit"],input[type="button"],button{background:#DDD}
input[type="submit"]:active,input[type="button"]:active,button:active{background:#CCC;border-style:solid}
-#main_nav.fix{border-bottom:2px solid #BBB}
+.fix #main_nav{background:#FFF;border-bottom:2px solid #BBB}
.outerbox,#titlebox .innerbox:first-child,.postform,.lastposts,#content{background:#EEE;border-bottom:2px solid #BBB}
.innerbox{margin:0;padding:10px}
.thread .innerbox{padding:0}