MediaWiki:Htmlhelp.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
#quickbar { | #quickbar { | ||
font-weight: bold; | |||
line-height: 1.5em; | line-height: 1.5em; | ||
Revision as of 16:43, 13 November 2007
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}
body {
font-family: sans-serif;
}
h1.pagetitle { font-size: 250%; }
#quickbar {
font-weight: bold;
line-height: 1.5em;
ul {
line-height: 1.5em;
margin: 0.3em 0 0 1.5em;
padding:0;
}
ol {
line-height: 1.5em;
margin: 0.3em 0 0 3.2em;
padding:0;
list-style-image: none;
}
li { margin-bottom: 0.1em; }
}