diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-22 20:19:01 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-22 20:19:01 +0100 |
| commit | c6540ccf23cbc41f25c2b8a5cd2905a88b064a22 (patch) | |
| tree | 0dbd87aaf745eff7102dfc057e4402c7cbfd1834 /static/css/screen.css | |
| parent | fix broken links (diff) | |
| download | lumberjaph-c6540ccf23cbc41f25c2b8a5cd2905a88b064a22.tar.gz | |
update css
Diffstat (limited to '')
| -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 6b92064..293c2b7 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -72,14 +72,14 @@ ul.posts span { .site { background: #ffffff; border-style: solid; - border-width: 1px; + border-width: 5px; padding: 1em; font-size: 110%; text-align: justify; width: 50em; margin: 3em auto 2em auto; line-height: 1.5em; - -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; + -webkit-box-shadow: 10px 10px 10px #262526; -moz-box-shadow: 10px 10px 10px #262526; box-shadow: 10px 10px 10px #262526; -moz-border-radius:5px;-webkit-border-radius:5px; } |
