Ensure border-radius and variants employed consistently in default.css
This commit is contained in:
@ -47,9 +47,9 @@ h4 {
|
|||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
-moz-box-shadow: inset 0px 0px 4px 0px #009;
|
-moz-box-shadow: inset 0px 0px 4px 0px #009;
|
||||||
border-radius: 4px;
|
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -175,6 +175,8 @@ hr {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
background: url(images/tabletitlelight.png);
|
background: url(images/tabletitlelight.png);
|
||||||
background-repeat: x;
|
background-repeat: x;
|
||||||
@ -208,7 +210,9 @@ hr {
|
|||||||
color: white;
|
color: white;
|
||||||
background-color: #002;
|
background-color: #002;
|
||||||
background: url(images/darkbluebg.png);
|
background: url(images/darkbluebg.png);
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px;
|
||||||
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
@ -257,7 +261,9 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px;
|
||||||
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -150,6 +150,8 @@ hr {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -176,7 +178,9 @@ hr {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
background: url(images/lightbluetile.png);
|
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;
|
border: 1px solid #002;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
@ -225,4 +229,6 @@ hr {
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
-khtml-border-radius: 4px;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user