From: Derk-Jan Hartman Date: Sun, 4 Dec 2011 16:31:17 +0000 (+0000) Subject: Remove documentDescription class, which seems to have been introduced with the origin... X-Git-Tag: 1.31.0-rc.0~26187 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=332099b858e6698f5205fc0b8085b8a72a100838;p=lhc%2Fweb%2Fwiklou.git Remove documentDescription class, which seems to have been introduced with the original monobook commit, but was never actually used. --- 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%;