diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-02-20 11:12:33 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-02-20 11:12:33 +0100 |
| commit | 6b6a194618587c44c00a6af52515049b8bf566f9 (patch) | |
| tree | 82c0b12a7e5251a7ec2be5b226cf0d97e9e9e7bd /static/css | |
| parent | round corner (diff) | |
| download | lumberjaph-6b6a194618587c44c00a6af52515049b8bf566f9.tar.gz | |
new post, and some fix to the CSS
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/screen.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index 2c49935..3670d0a 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -37,6 +37,13 @@ a { text-decoration: none; } +.img_center { + display: block; + margin-left: auto; + margin-right: auto; + -webkit-box-shadow: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; +}; + a:hover { color: black; text-decoration: none; @@ -228,4 +235,3 @@ ul.posts span { .talk { padding-top: 1em; }; - |
