diff options
author | raylu <raylu@mixpanel.com> | 2011-07-03 04:32:10 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-03 04:32:10 -0700 |
commit | 6d182e241055bffa3bf04adcc1aef5db530fe4cd (patch) | |
tree | 3660b922f4188a57ed6e91dc6cdf6c927f2037cc /webroot/css/themes/blue.css | |
parent | b9aa2a0396aa5f7db439bc362952f7710c7c24e9 (diff) | |
download | otakuhub-6d182e241055bffa3bf04adcc1aef5db530fe4cd.tar.xz |
run fromdos on all the php, css, and js files
Diffstat (limited to 'webroot/css/themes/blue.css')
-rw-r--r-- | webroot/css/themes/blue.css | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/webroot/css/themes/blue.css b/webroot/css/themes/blue.css index 73e6de9..4de747f 100644 --- a/webroot/css/themes/blue.css +++ b/webroot/css/themes/blue.css @@ -1,29 +1,29 @@ -/*
-Kameleon Template
-Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
-*/
-
-a, a:active, a:visited {
-color:#1d94c3;
-}
-a:hover{
-color:#1d94c3;
-}
-
-
-.ribbon {
- background:url(../../img/grad-blue.gif) repeat-x center top #166890;
- border:1px solid #11506F;
- color:#FFFFFF;
- text-shadow:0 -1px 0 #11506F;
-}
-.triangle-ribbon {
-border-color:transparent #0e425c transparent transparent;
-}
-
-
-
-.sidebar-nav li.current {
-background:url(../../img/grad-blue.gif) repeat-x center top #166890;
-border:1px solid #11506F;
-}
+/* +Kameleon Template +Author: Chris Mooney (http://themeforest.net/user/ChrisMooney) +*/ + +a, a:active, a:visited { +color:#1d94c3; +} +a:hover{ +color:#1d94c3; +} + + +.ribbon { + background:url(../../img/grad-blue.gif) repeat-x center top #166890; + border:1px solid #11506F; + color:#FFFFFF; + text-shadow:0 -1px 0 #11506F; +} +.triangle-ribbon { +border-color:transparent #0e425c transparent transparent; +} + + + +.sidebar-nav li.current { +background:url(../../img/grad-blue.gif) repeat-x center top #166890; +border:1px solid #11506F; +} |