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

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

More console tweakage.

parent 021b4472
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ h2{ ...@@ -333,7 +333,7 @@ h2{
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #99f; border-bottom-color: #99f;
padding: 2px 10px 5px 10px; padding: 5px 10px;
wordwrap: none; wordwrap: none;
border: 1px solid #99f; border: 1px solid #99f;
border-radius: 4px; border-radius: 4px;
...@@ -357,6 +357,12 @@ h2 a:hover { ...@@ -357,6 +357,12 @@ h2 a:hover {
padding-bottom: 5px; padding-bottom: 5px;
} }
h3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #99f;
padding-bottom: 5px;
}
button { button {
border: 1px outset #ddddc0; border: 1px outset #ddddc0;
...@@ -388,17 +394,12 @@ color:#ff6600 ...@@ -388,17 +394,12 @@ color:#ff6600
} }
.langbox { .langbox {
margin: 12px 0px 15px 5px; margin: 4px 2px 4px 5px;
padding: 7px 5px 5px 5px; padding: 7px 5px 5px 5px;
border: 1px solid #99f; color: #eef;
background-color: #005; font-size: 7pt;
color: black; width: 140px;
font-size: 8pt; text-align: right;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
width:120px;
text-align: center;
float: right; float: right;
} }
...@@ -407,7 +408,7 @@ color: #99f; ...@@ -407,7 +408,7 @@ color: #99f;
background-color: #99f; background-color: #99f;
height: 1px; height: 1px;
border: 0px solid #99f; border: 0px solid #99f;
margin: 10px 5px; margin: 10px 0;
} }
sidebarlogo { sidebarlogo {
......
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