Difference between revisions of "MediaWiki:Writers.css"

m
Line 11: Line 11:
  
 
.post ul, .post ol {
 
.post ul, .post ol {
     margin: 1em 0 1em 3em;
+
     margin: 1em 0 1em 1em;
 
}
 
}
  

Revision as of 15:51, 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: 1em 0 1em 1em;
}

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

del.diffchange {
    background-color: #8B4513;
    text-decoration: none;
}

ins.diffchange {
    background-color: #006400;
    text-decoration: none;
}