diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 1 |
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 */ } |