90,866
edits
(entries to counter CSS in wiki.css that is disrupting text flow and TOC) |
(→images: add floatright and floatleft classes) |
||
Line 15: | Line 15: | ||
#toc ul { | #toc ul { | ||
margin-left: 2em; | margin-left: 2em; | ||
} | |||
/* images */ | |||
div.floatright, table.floatright { | |||
clear: right; | |||
float: right; | |||
position: relative; | |||
margin: 0 0 .5em .5em; | |||
border: 0; | |||
} | |||
div.floatleft, table.floatleft { | |||
float: left; | |||
clear: left; | |||
position: relative; | |||
margin: 0 .5em .5em 0; | |||
border: 0; | |||
} | } | ||
edits