diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 17:43:43 -0700 |
commit | a9a4930d74ba07771507cc82bc7ef4552be85d39 (patch) | |
tree | 949c1ca97a935ea0b17aadec0ba6e9f60b85bffc /webroot/css/themes/grey.css | |
parent | a001b1e8488b2d08e5e3e546800baa8394fc0758 (diff) | |
download | otakuhub-a9a4930d74ba07771507cc82bc7ef4552be85d39.tar.xz |
nuke a lot of styles, images
Diffstat (limited to 'webroot/css/themes/grey.css')
-rw-r--r-- | webroot/css/themes/grey.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/webroot/css/themes/grey.css b/webroot/css/themes/grey.css deleted file mode 100644 index fdfc6af..0000000 --- a/webroot/css/themes/grey.css +++ /dev/null @@ -1,32 +0,0 @@ -/* -Kameleon Template -Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) -*/ - -a, a:active, a:visited { -color:#1a1a1a; -} -a:hover { -color:#1a1a1a; -} - - -h2.ribbon { - background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3; - color:#444444; - border:1px solid #c3c3c3; - text-shadow:0 -1px 0 #FFFFFF; -} -.triangle-ribbon { -border-color:transparent #8f8f8f transparent transparent; -} - - -.sidebar-nav li.current { -background:url(../../img/grad-grey.gif) repeat-x center top #c3c3c3; -border:1px solid #c3c3c3; -color:#444444 !important; -} -.sidebar-nav li a:hover, .sidebar-nav li.current a { - color:#444444 !important; -} |