From 8cdd30a828f51d0fa94247b09373fddcde752f70 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 15 Jun 2010 04:10:46 +0000 Subject: moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css git-svn-id: http://piwigo.org/svn/trunk@6531 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/theme.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/default/theme.css') diff --git a/themes/default/theme.css b/themes/default/theme.css index 48f1c3089..a7fa56b83 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -317,6 +317,9 @@ DIV#comments DIV.description { margin: 0; /* important reset the margins */ display: table-cell;/* block prevents vertical-align here */ vertical-align: middle;/* Ok with Opera and Geko not IE6 */ + border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ + -moz-border-radius: 4px; /* round corners with Geko */ + -webkit-border-radius: 4px; /* Safari webkit project */ } .content UL.thumbnails SPAN.wrap2 A, .content UL.thumbnails LABEL { -- cgit v1.2.3