correct std-customer index-file so the broder-radius works in all browser supporting it

This commit is contained in:
Michael Kaufmann (d00p)
2012-06-30 13:58:20 +02:00
parent f5bc81faca
commit 938b6ebf52

View File

@@ -23,10 +23,9 @@
margin: -100px 0 0 -258px;
background-color: #2d6b85;
border: 1px solid #254f76;
-moz-border-radius-bottomleft:20px;
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
}
footer {
width: 500px;