From 332099b858e6698f5205fc0b8085b8a72a100838 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 4 Dec 2011 16:31:17 +0000 Subject: [PATCH] Remove documentDescription class, which seems to have been introduced with the original monobook commit, but was never actually used. --- skins/chick/main.css | 10 ---------- skins/common/commonPrint.css | 2 +- skins/monobook/main.css | 9 --------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/skins/chick/main.css b/skins/chick/main.css index 4501ccd086..377d8fea6f 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -203,16 +203,6 @@ span.subpages { display: block; } } .catlinks { margin: 0; padding: 0; } - -/* currently unused, intended to be used by a metadata box -in the bottom-right corner of the content area */ -.documentDescription { - /* The summary text describing the document */ - font-weight: bold; - display: block; - margin: 1em 0em; - line-height: 1.5em; -} .documentByLine { text-align: right; font-size: 90%; diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 8accd982ae..eef889ec56 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -152,7 +152,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } -p, .documentDescription { +p { margin: 1em 0; line-height: 1.2em; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index a091057b2f..4966681c4e 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -103,15 +103,6 @@ pre { padding: 0; } -/* currently unused, intended to be used by a metadata box -in the bottom-right corner of the content area */ -.documentDescription { - /* The summary text describing the document */ - font-weight: bold; - display: block; - margin: 1em 0; - line-height: 1.5em; -} .documentByLine { text-align: right; font-size: 90%; -- 2.20.1