Jump to content

MediaWiki:Htmlhelp.css: Difference between revisions

From BCI2000 Wiki
No edit summary
No edit summary
Line 1: Line 1:
body {
body {
h1, h2, h3, h4, h5, h6 {
     font-family: sans-serif;
     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;
}
}
}



Revision as of 16:06, 13 November 2007

body {
    font-family: sans-serif;
}

#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; }
}