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

Switches page corners to border-radius for all but IE

parent 80ba2f74
No related branches found
No related tags found
No related merge requests found
/* --------------------------------------------------
Page corners
-------------------------------------------------- */
.cornerTopLeft {
height: 100%;
background: url('/images/left-top-corner.png') top left no-repeat;
}
.cornerTopRight {
height: 100%;
background: url('/images/right-top-corner.png') top right no-repeat;
}
.cornerBottomLeft {
height: 100%;
background: url('/images/left-bottom-corner.png') bottom left no-repeat;
}
.cornerBottomRight {
height: 100%;
background: url('/images/right-bottom-corner.png') bottom right no-repeat;
}
......@@ -35,25 +35,13 @@ a:hover {
/* --------------------------------------------------
Page corners
-------------------------------------------------- */
.cornerTopLeft {
height: 100%;
background: url('/images/left-top-corner.png') top left no-repeat;
}
.cornerTopRight {
height: 100%;
background: url('/images/right-top-corner.png') top right no-repeat;
}
.cornerBottomLeft {
height: 100%;
background: url('/images/left-bottom-corner.png') bottom left no-repeat;
#branding {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.cornerBottomRight {
height: 100%;
background: url('/images/right-bottom-corner.png') bottom right no-repeat;
#footer {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 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