Classic doublebyte glyph polish.

This commit is contained in:
z3d
2010-12-11 06:12:56 +00:00
parent 624aff645d
commit 99ebcb5e17

View File

@ -26,6 +26,11 @@ div.routersummary table a:link, div.routersummary table a:visited {
font-size: 10.5pt; font-size: 10.5pt;
} }
div.routersummary a {
word-spacing: 0em !important;
letter-spacing: 0.2em !important;
}
div.tunnels a { div.tunnels a {
font-size: 9pt !important; font-size: 9pt !important;
} }
@ -51,6 +56,14 @@ a, b, div.routersummary h3 a, div.routersummary h4 {
font-size: 100%; font-size: 100%;
} }
b, a, input, button, submit, i, th, thead, tfoot, h1, h2, h3, h4{
font-weight: normal !important;
font-style: normal !important;
-moz-text-shadow: 0 0 0;
-khtml-text-shadow: 0 0 0;
text-shadow: 0 0 0;
}
body { body {
font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif; font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif;
} }