aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/dark/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
committervdigital <vdigital@piwigo.org>2007-02-17 10:38:21 +0000
commit273ea4de5cddb65c475cd1fa40e94d02fd06e427 (patch)
treeb0142db20eb3859986cca579da7824de128ccac4 /template/yoga/theme/dark/theme.css
parent856f707fe60d64b0e7a6a8748ed847f72284287c (diff)
Some css changes to reach CSS3 Conformity (even not official)
(New): mozilla family hacks are all in a not-ie.css (New): HTTP Upload has been moved (enhanced visibility). git-svn-id: http://piwigo.org/svn/trunk@1832 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/dark/theme.css')
-rw-r--r--template/yoga/theme/dark/theme.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css
index a2d8145b5..2401e4e27 100644
--- a/template/yoga/theme/dark/theme.css
+++ b/template/yoga/theme/dark/theme.css
@@ -79,7 +79,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
#content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
- -moz-border-radius: 4px; /* round corners with Geko */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
}