diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-09-20 15:55:36 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-09-20 15:55:36 +0200 |
| commit | 2b38daafc25ff39a86821993c4aedcf2c327bc37 (patch) | |
| tree | 739c009030ca5440c48b180fc058be30c42c8bb5 /static/css/screen.css | |
| parent | update links (diff) | |
| download | lumberjaph-2b38daafc25ff39a86821993c4aedcf2c327bc37.tar.gz | |
playing with HTML5
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 9130e89..c01c5e1 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -140,7 +140,7 @@ ul.posts { color: #aaa; } - .site .footer { + .site footer { font-size: 80%; color: #666; border-top: 4px solid #eee; @@ -148,22 +148,22 @@ ul.posts { overflow: hidden; } - .site .footer .contact { + .site footer .contact { float: left; margin-right: 3em; } - .site .footer .contact a { + .site footer .contact a { color: #8085C1; } - .site .footer .rss { + .site footer .rss { margin-top: 1.1em; margin-right: -.2em; float: right; } - .site .footer .rss img { + .site footer .rss img { border: 0; } |
