From 2b21e3d276e9c8d3b7558517e49be0f1f6071f77 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 25 Jun 2009 21:04:17 +0000 Subject: [PATCH] Reverted back from 52410 (Put the [edit] link after the section header instead of before, and don't right-float it anymore) --- skins/common/shared.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 6f54af96ab..e09fe476f6 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -23,18 +23,6 @@ div#mw-js-message { background-color: #fcfcfc; } -/* Display headings on the same line as edit link */ -h1, h2, h3, h4, h5, h6 { display: inline; margin: 0; } -/* But then we have to reintroduce the margin. We use the W3 recommended mar- - * gins , multiplying by the recom- - * mended font-size. */ -.mw-h1 { margin: 1.34em 0; } -.mw-h2 { margin: 1.13em 0; } -.mw-h3 { margin: 0.97em 0; } -.mw-h4 { margin: 1.12em 0; } -.mw-h5 { margin: 1.25em 0; } -.mw-h6 { margin: 1.25em 0; } - /** * File histories */ @@ -553,12 +541,6 @@ table.wikitable { clear: both; } -#mw_trackbacks { - border: solid 1px #bbbbff; - background-color: #eeeeff; - padding: 0.2em; -} - /* Table pager (e.g. Special:Imagelist) - remove underlines from the navigation link -- 2.20.1