diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-20 13:14:08 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-20 13:14:08 +0100 |
| commit | 4d021009dbfabbd46633849ea4da75b8bd66c4ec (patch) | |
| tree | 596136bae7acf66966020e00e39d0a5e5b644e5f /static/css/screen.css | |
| parent | new post, and some fix to the CSS (diff) | |
| download | lumberjaph-4d021009dbfabbd46633849ea4da75b8bd66c4ec.tar.gz | |
update layout again (date on the same line as the title)
Diffstat (limited to 'static/css/screen.css')
| -rw-r--r-- | static/css/screen.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 3670d0a..8c5dae8 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -179,12 +179,10 @@ ul.posts span { } #date { - font-size: 70%; + font-size: 50%; text-align: right; - margin-right: 1.7em; - margin-top: .7em; - margin-bottom: 4em; font-weight: normal; + float: right; } #post h2 { |
