Ensure border-radius and variants employed consistently in default.css

This commit is contained in:
z3d
2009-07-16 14:17:37 +00:00
parent cfe33a8bbd
commit d7a591ce3a
2 changed files with 17 additions and 5 deletions

View File

@@ -150,6 +150,8 @@ hr {
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
}
@@ -176,7 +178,9 @@ hr {
font-size: 0.8em;
background-color: #fff;
background: url(images/lightbluetile.png);
-moz-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #002;
padding: 10px 20px;
}
@@ -225,4 +229,6 @@ hr {
.header {
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}