Skip to content
Snippets Groups Projects
Commit 3a3df813 authored by Denis Walker's avatar Denis Walker
Browse files

Adds Firefox support for the CSS rounded page corners

parent 8d6306d6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/* --------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment