MediaWiki:Htmlhelp.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
font-family: sans-serif; | |||
color: Black; | color: Black; | ||
background: none; | background: none; | ||
| Line 9: | Line 10: | ||
border-bottom: 1px solid #aaaaaa; | border-bottom: 1px solid #aaaaaa; | ||
} | } | ||
} | } | ||
Revision as of 16:05, 13 November 2007
body {
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
color: Black;
background: none;
font-weight: normal;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.17em;
border-bottom: 1px solid #aaaaaa;
}
}
#quickbar {
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; }
}