Difference between revisions of "MediaWiki:Writers.css"

Line 9: Line 9:
 
     margin: 10px 20px 10px 0px;
 
     margin: 10px 20px 10px 0px;
 
}
 
}
 +
 +
.post ul, .post ol {
 +
    margin: 2em 0 2em 3em;
 +
}
 +
 +
#toc {
 +
    margin: 2em 2em 2em 0;

Revision as of 07:15, 12 April 2012

pre {
    color: #eeeeee;
    background: #282828;
    padding: 8px;
    border: 1px solid #141414;
}

.tleft {
    margin: 10px 20px 10px 0px;
}

.post ul, .post ol {
    margin: 2em 0 2em 3em;
}

#toc {
    margin: 2em 2em 2em 0;