From 3a3df8137a981549785798c1c9b5f7c811048393 Mon Sep 17 00:00:00 2001 From: Denis Walker <dez@sucs.org> Date: Sat, 13 Nov 2010 01:01:35 +0000 Subject: [PATCH] Adds Firefox support for the CSS rounded page corners --- htdocs/css/sucs.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/css/sucs.css b/htdocs/css/sucs.css index c66f9e8..6623e92 100644 --- a/htdocs/css/sucs.css +++ b/htdocs/css/sucs.css @@ -35,13 +35,17 @@ a:hover { /* -------------------------------------------------- Page corners -------------------------------------------------- */ -#branding { +#branding, #brandingC { border-top-left-radius: 15px; border-top-right-radius: 15px; + -moz-border-radius-topleft: 15px; + -moz-border-radius-topright: 15px; } #footer { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; + -moz-border-radius-bottomleft: 15px; + -moz-border-radius-bottomright: 15px; } /* -------------------------------------------------- -- GitLab