From 6b6a194618587c44c00a6af52515049b8bf566f9 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Feb 2011 11:12:33 +0100 Subject: new post, and some fix to the CSS --- static/css/screen.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'static') 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; }; - -- cgit v1.2.3