border-radius: 10px; (because Opera supports it!)

This commit is contained in:
Remy Sharp 2010-03-02 22:22:27 +00:00
parent c21443a62d
commit a3b18476f4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ section, header, footer {
background: #fff url(images/shade.jpg) repeat-x center bottom;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border-top: 1px solid #fff;
padding-bottom: 76px;
}