diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:35:53 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:35:53 +0100 |
| commit | 27f48d5c993150ecda99ecba2068aacd276d1c9b (patch) | |
| tree | f8ac762ca5c5be7624d0f68e8093885f46f597c4 /static/css | |
| parent | css (diff) | |
| download | lumberjaph-27f48d5c993150ecda99ecba2068aacd276d1c9b.tar.gz | |
still css
Diffstat (limited to '')
| -rw-r--r-- | static/css/screen.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index d0320df..75a3673 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -20,16 +20,12 @@ li { h1, h2 { font-size: 120%; - margin-top: 1em; + margin: 1em 0em .5em 0em; } h3, h4, h5, h6 { font-size: 100%; - margin-top: 1em; -} - -h1 { - margin-bottom: 1em; + margin: 1em 0em .5em 0em; } p { @@ -179,8 +175,17 @@ ul.posts span { font-weight: normal; } -#post_title { +#post h2 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} + +#post h3 { + border-bottom: 1px solid #ededed; + margin-top: 2em; +} +#post_title { text-align: left; padding-bottom: .1em; letter-spacing: 2px; |
