diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-03-05 09:25:45 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-03-05 09:25:45 +0100 |
| commit | 3efbf5cf6abb7596f504f43d488c7f15115b9d87 (patch) | |
| tree | 8886e9cb4cac402084990b2f215fc18de684e816 /static | |
| parent | change font size for menus (diff) | |
| download | lumberjaph-3efbf5cf6abb7596f504f43d488c7f15115b9d87.tar.gz | |
update
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 2ae1650..db0938a 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -92,10 +92,6 @@ ul.posts span { } -.title .home { - font-size: 160%; -} - .site .title a { color: #a00; text-decoration: none; @@ -123,7 +119,7 @@ ul.posts span { } .site footer { - font-size: 80%; + font-size: 90%; color: #666; border-top: 4px solid #eee; margin-top: 2em; |
