aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/theme.css
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-06-15 04:11:33 +0000
committerrvelices <rv-github@modusoptimus.com>2010-06-15 04:11:33 +0000
commit2a6e5d0a436dfb8c2dd6816ee2ee2e1532e46e9c (patch)
tree8f2f7fa3cb2a6d8d03d3f52b5fc0ce2e30dcc1c9 /themes/default/theme.css
parent49952e574c0d09cf3f09f5ea2430cd23d37940dd (diff)
merge r6531 from trunk to branch 2.1
moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css git-svn-id: http://piwigo.org/svn/branches/2.1@6532 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--themes/default/theme.css3
1 files changed, 3 insertions, 0 deletions
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 {