MediaWiki:Monobook.css: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
 
imported>Scott
No edit summary
 
Line 1: Line 1:
/* JEREMY: CSS placed here will affect users of the Monobook skin */
/* JEREMY: CSS placed here will affect users of the Monobook skin */
/* JMS Modifications for indenting (non-toc) bulleted lists        and highlighting synopsis lines*/
#content ul {padding-left: 15px;}
#toc ul {padding-left: 0;}
h3 + dl { background-color: #ddd;  margin-left:22px;        padding-left: 3px; padding-right: 3px; margin-right: 20px;}
h3 + dd { margin-left:0  }

Latest revision as of 11:26, 22 February 2013

/* JEREMY: CSS placed here will affect users of the Monobook skin */

/* JMS Modifications for indenting (non-toc) bulleted lists        and highlighting synopsis lines*/
#content ul {padding-left: 15px;}
#toc ul {padding-left: 0;}
h3 + dl { background-color: #ddd;  margin-left:22px;        padding-left: 3px; padding-right: 3px; margin-right: 20px;} 
h3 + dd { margin-left:0  }