diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-22 21:14:04 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-22 21:14:04 +0100 |
| commit | 6867d340623bce2e17f9aa9c24861d7033f82181 (patch) | |
| tree | 7aeab1fa735936ab8f6b80a71a431a0523aa5305 /static/css | |
| parent | update css (diff) | |
| download | lumberjaph-6867d340623bce2e17f9aa9c24861d7033f82181.tar.gz | |
apply suggestions from morgan
Diffstat (limited to '')
| -rw-r--r-- | static/css/project.css | 3 | ||||
| -rw-r--r-- | static/css/screen.css | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/static/css/project.css b/static/css/project.css index e298977..39514b9 100644 --- a/static/css/project.css +++ b/static/css/project.css @@ -6,6 +6,7 @@ body { line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; + font-size: 13px; } #container { background: #ffffff; @@ -14,7 +15,7 @@ body { padding: 1em; font-size: 110%; text-align: justify; - width: 50em; + width: 55em; margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; diff --git a/static/css/screen.css b/static/css/screen.css index 293c2b7..481ae5e 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -7,6 +7,7 @@ body { line-height: 1.4em; font-family: 'Droid Sans',Verdana, sans-serif; text-align: center; + font-size: 13px; } ul { @@ -76,7 +77,7 @@ ul.posts span { padding: 1em; font-size: 110%; text-align: justify; - width: 50em; + width: 55em; margin: 3em auto 2em auto; line-height: 1.5em; -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; @@ -241,6 +242,6 @@ ul.posts span { .floatright { float: right; - margin-left: 10px; - -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; + margin-left: 30px; + -webkit-box-shadow: 5px 5px 10px #262526; -moz-box-shadow: 5px 5px 10px #262526; box-shadow: 5px 5px 10px #262526; } |
