diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 15:04:14 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-06-17 15:04:14 -0400 |
commit | d87d85235d2fa2a3e2bc97344377fcc37f88fa9c (patch) | |
tree | d83ecd86dc8abecccae6674a7bf6daa0e3454368 /style.css | |
parent | 223b7f80580a992d79251215a2de4eedcc69736c (diff) | |
download | pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.gz pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.tar.bz2 pillowcase-d87d85235d2fa2a3e2bc97344377fcc37f88fa9c.zip |
Added season information to archives
Diffstat (limited to 'style.css')
-rwxr-xr-x | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css index 0699038..580235b 100755 --- a/style.css +++ b/style.css | |||
@@ -97,3 +97,8 @@ ul#archive { | |||
97 | a img { | 97 | a img { |
98 | border: 0; | 98 | border: 0; |
99 | } | 99 | } |
100 | |||
101 | table#seasons { | ||
102 | text-align: center; | ||
103 | width: 100%; | ||
104 | } | ||