X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.skinning%2Fcontent.css;h=29570808953bad5400fa20bf579319b89cf6ac6d;hb=d4cc4f2b4f20725725a9345c7a4b7906e5aa66d2;hp=5ded184f1fee70ea47f99226904c048bcefcdc76;hpb=bdfa96eb726c9997a010f5a194eec71925bfddc2;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.skinning/content.css b/resources/src/mediawiki.skinning/content.css index 5ded184f1f..2957080895 100644 --- a/resources/src/mediawiki.skinning/content.css +++ b/resources/src/mediawiki.skinning/content.css @@ -6,7 +6,6 @@ */ /* Table of Contents */ -#toc, .toc, .mw-warning, .toccolours { @@ -28,7 +27,6 @@ * inline elements. In practice inline elements surrounding the TOC are uncommon enough that * this is an acceptable sacrifice. */ -#toc, .toc { display: inline-block; display: table; @@ -41,18 +39,15 @@ } /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */ -table#toc, table.toc { border-collapse: collapse; } /* Remove additional paddings inside table-cells that are not present in
s */ -table#toc td, table.toc td { padding: 0; } -#toc h2, .toc h2 { display: inline; border: 0; @@ -61,14 +56,10 @@ table.toc td { font-weight: bold; } -#toc #toctitle, -.toc #toctitle, -#toc .toctitle, .toc .toctitle { text-align: center; } -#toc ul, .toc ul { list-style-type: none; list-style-image: none; @@ -77,7 +68,6 @@ table.toc td { text-align: left; } -#toc ul ul, .toc ul ul { margin: 0 0 0 2em; } @@ -127,20 +117,12 @@ table.floatright { margin: 0 0 0.5em 0.5em; } -div.floatright p { - font-style: italic; -} - /* @noflip */ div.floatleft, table.floatleft { margin: 0 0.5em 0.5em 0; } -div.floatleft p { - font-style: italic; -} - /* Thumbnails */ div.thumb { margin-bottom: 0.5em;