summaryrefslogtreecommitdiffstats
path: root/templates/content/style/style.css
diff options
context:
space:
mode:
authorBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 14:10:59 -0300
committerBruno Sarlo <bruno@bruno-laptop.(none)>2009-08-07 14:10:59 -0300
commitd03c34ce2d1ab87a22c74b13fe63d8a08ee4f207 (patch)
tree54f6d03d8e4ccbe94ad4ef76c509673441667009 /templates/content/style/style.css
parentff874f513ede01790f377ef71a79fe8e9c590ddf (diff)
downloadaskbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.tar.gz
askbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.tar.bz2
askbot-d03c34ce2d1ab87a22c74b13fe63d8a08ee4f207.zip
Mas diseño, idioma, etc.
Diffstat (limited to 'templates/content/style/style.css')
-rw-r--r--templates/content/style/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/content/style/style.css b/templates/content/style/style.css
index 73683b16..bfbd603a 100644
--- a/templates/content/style/style.css
+++ b/templates/content/style/style.css
@@ -93,9 +93,9 @@ blockquote
#navBar .nav a {color:#333; background-color:#F9F7ED; padding:0px 12px 3px 12px; height:25px; line-height:30px;margin-left:10px; font-size:15px; font-weight:400; text-decoration:none;display: block;float: left;}
#navBar .nav a:hover {text-decoration:underline}
#navBar .nav a.on {height:24px;line-height:28px;border:1px solid green; background:green; color:#FFF; font-weight:600; text-decoration:none}
-#navBar .nav a.special {font-size:15px; color:green; font-weight:bold; text-decoration:none; }
+#navBar .nav a.special {font-size:15px; color:white;background:grey; font-weight:bold; text-decoration:none;}
#navBar .nav a.special:hover {text-decoration:underline;}
-#navBar .nav div.focus {float:right; padding-right:0px;}
+#navBar .nav div.focus {position:absolute; top:4px; padding-right:0px;}
/*搜索栏*/
#searchBar {background-color:green;padding:5px;}
#searchBar .content { }