From 87e57816d0eae7ba7b9e59f7745398e61e9d0ef7 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 20 Feb 2011 09:28:11 +0100 Subject: round corner --- static/css/screen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/css/screen.css') diff --git a/static/css/screen.css b/static/css/screen.css index 10c1a41..2c49935 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -72,7 +72,8 @@ ul.posts span { 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: 0px 0px 10px #262526; -moz-box-shadow: 0px 0px 10px #262526; box-shadow: 0px 0px 10px #262526; + -moz-border-radius:5px;-webkit-border-radius:5px; } .title { -- cgit v1.2.3