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

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

Classic smoothness.

parent 3887b0c4
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,9 @@ div.routersummary {
border-right: 1px solid #89f;
word-wrap: break-word;
font: 9pt/125% !important;
-moz-border-radius: 3px 0 0 3px;
-khtml-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
div.routersummary input[type=text] {
......@@ -301,6 +304,9 @@ div.main {
text-align: left;
color: #001;
min-width: 500px;
-moz-border-radius: 0 0 3px 0;
-khtml-border-radius: 0 0 3px 0;
border-radius: 0 0 3px 0;
}
div.main ul {
......@@ -518,6 +524,9 @@ h1 {
letter-spacing: 0.3em;
background: #fff;
min-width: 500px;
-moz-border-radius: 0 3px 0 0;
-khtml-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
h2 {
......
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