Created
June 25, 2010 14:24
-
-
Save ootput/452911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: fluffytag.css | |
| =================================================================== | |
| --- fluffytag.css (revision 3226) | |
| +++ fluffytag.css (working copy) | |
| @@ -7,11 +7,10 @@ | |
| #fluffytag li a { | |
| margin: 0px; | |
| line-height: 34px; | |
| - color: #000; | |
| + color: #CCCCCC; | |
| } | |
| #fluffytag li a:hover { | |
| - background: #000; | |
| - color: #fff; | |
| + color: #444444; | |
| } | |
| #fluffytag .step-1 a { | |
| font-size: 1.0em; | |
| @@ -42,4 +41,4 @@ | |
| } | |
| #fluffytag .step-10 a { | |
| font-size: 2.8em; | |
| -} | |
| \ No newline at end of file | |
| +} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment