diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:43:12 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:43:12 +0100 |
| commit | 59410c172a32f0c397aab3bebaa5b6090fd9bdc7 (patch) | |
| tree | 559bcb8d93d2e57704da7c671e2718c0089dc9a7 /static/css | |
| parent | remove contact page, add more stuff to css (diff) | |
| download | lumberjaph-59410c172a32f0c397aab3bebaa5b6090fd9bdc7.tar.gz | |
fix layout for static pages
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/screen.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 687dd65..dcac754 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -131,7 +131,7 @@ ul.posts span { border: 0; } -#post { +#post #page { margin: .5em 1.1em .5em 1.1em; } @@ -185,6 +185,16 @@ ul.posts span { margin-top: 2em; } +#page h2 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + +#page h3 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + #post_title { text-align: left; padding-bottom: .1em; |
