diff options
author | priyankabhagwat | 2014-08-02 02:59:42 +0530 |
---|---|---|
committer | priyankabhagwat | 2014-08-02 02:59:42 +0530 |
commit | 342d8a80d4592865da07e0a2d7ab4729c7e1aea0 (patch) | |
tree | f49982a39fa5f82fada55cf6359ad81bd4521a2f /css/style.css | |
parent | c9a5da82258a0e53bbebae7d6b102df662f35a5b (diff) | |
download | scilab_theme-342d8a80d4592865da07e0a2d7ab4729c7e1aea0.tar.gz scilab_theme-342d8a80d4592865da07e0a2d7ab4729c7e1aea0.tar.bz2 scilab_theme-342d8a80d4592865da07e0a2d7ab4729c7e1aea0.zip |
Updated stylesheets
Diffstat (limited to 'css/style.css')
-rwxr-xr-x | css/style.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/css/style.css b/css/style.css index 94a85be..1e8e5f7 100755 --- a/css/style.css +++ b/css/style.css @@ -57,10 +57,15 @@ ol li,ul li{ a{ font-size: 13px; - color: #800000; + color: #0072b9; text-decoration: none; } +a:hover +{ + text-decoration:underline; +} + table{ width: 100%; width: 680px; @@ -184,7 +189,6 @@ height:110px; #sidebarfstsub li a{ text-decoration:none; color:#FFFFFF; - font-size: 12px; } .content { @@ -716,8 +720,3 @@ h1#frnt.title { display:none; } -.statistics_counter { - display: none !important; -} - - |