Small rearrangement in instiki.css

This commit is contained in:
Alexey Verkhovsky 2005-05-05 06:12:29 +00:00
parent 8827f61b70
commit 389242747e

View file

@ -21,13 +21,12 @@ body, p, ol, ul, td {
} }
a { color: #000; } a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
.newWikiWord { background-color: #eee; } .newWikiWord { background-color: #eee; }
.newWikiWord a:hover { background-color: white; } .newWikiWord a:hover { background-color: white; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
h1, h2, h3 { color: #333; font-family: georgia, verdana, sans-serif; } h1, h2, h3 { color: #333; font-family: georgia, verdana, sans-serif; }
h1 { font-size: 28px } h1 { font-size: 28px }
h2 { font-size: 19px } h2 { font-size: 19px }