I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d7a591ce authored by z3d's avatar z3d
Browse files

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

parent cfe33a8b
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ h4 {
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #009;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
a {
......@@ -175,6 +175,8 @@ hr {
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
background: url(images/tabletitlelight.png);
background-repeat: x;
......@@ -208,7 +210,9 @@ hr {
color: white;
background-color: #002;
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;
padding: 10px 20px;
}
......@@ -257,7 +261,9 @@ hr {
}
.header {
-moz-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 0;
}
......
......@@ -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;
}
\ No newline at end of file
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