diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 11:08:43 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 11:08:43 -0500 |
commit | 7173bb12bcfaf46d497174172e0af100ceb5964a (patch) | |
tree | a4156a956cd508eded33256f5f2c480a51c051ed /style.css | |
parent | 8abb1350371177d2f001e0aea82c3cc703759918 (diff) | |
download | pillowcase-7173bb12bcfaf46d497174172e0af100ceb5964a.tar.gz pillowcase-7173bb12bcfaf46d497174172e0af100ceb5964a.tar.bz2 pillowcase-7173bb12bcfaf46d497174172e0af100ceb5964a.zip |
Created About page
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/style.css b/style.css index bf3f30d..98f9e88 100755 --- a/style.css +++ b/style.css | |||
@@ -40,13 +40,15 @@ div.cleardiv { | |||
40 | clear: both; | 40 | clear: both; |
41 | } | 41 | } |
42 | 42 | ||
43 | a { | 43 | ul.navbar li a, |
44 | div#footer a, | ||
45 | ul#archive li a { | ||
44 | text-decoration: none; | 46 | text-decoration: none; |
45 | color: black; | 47 | color: black; |
46 | } | 48 | } |
47 | 49 | ||
48 | a:hover, a:focus, a:active { | 50 | a:hover, a:focus, a:active { |
49 | text-decoration: underline; | 51 | text-decoration: underline !important; |
50 | } | 52 | } |
51 | 53 | ||
52 | ul.navbar li { | 54 | ul.navbar li { |