Remove documentDescription class, which seems to have been introduced with the origin...
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 4 Dec 2011 16:31:17 +0000 (16:31 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 4 Dec 2011 16:31:17 +0000 (16:31 +0000)
skins/chick/main.css
skins/common/commonPrint.css
skins/monobook/main.css

index 4501ccd..377d8fe 100644 (file)
@@ -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%;
index 8accd98..eef889e 100644 (file)
@@ -152,7 +152,7 @@ h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
 }
 
-p, .documentDescription {
+p {
        margin: 1em 0;
        line-height: 1.2em;
 }
index a091057..4966681 100644 (file)
@@ -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%;