diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:25:22 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-19 20:25:22 +0100 |
| commit | b3f6024a47e64a867a186d66cec36c63da5b64b3 (patch) | |
| tree | 1ffe9c7169ce0dac56b766deb341fa70e2ec1be6 | |
| parent | update layout and css (diff) | |
| download | lumberjaph-b3f6024a47e64a867a186d66cec36c63da5b64b3.tar.gz | |
try different margin
| -rw-r--r-- | static/css/screen.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index e4d6645..0ac196f 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -74,7 +74,7 @@ ul.posts span { font-size: 110%; text-align: justify; width: 50em; - margin: 3em auto 2em auto; + margin: 3.5em 1.1em 2.5em 1.1em; line-height: 1.5em; -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; } @@ -176,7 +176,7 @@ ul.posts span { } #post_title { - margin: .5em 1.1em .5em 1.1em; + text-align: left; padding-bottom: .1em; letter-spacing: 2px; |
