catlinks is not a single paragraph anymore
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 26 Feb 2008 17:48:21 +0000 (17:48 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 26 Feb 2008 17:48:21 +0000 (17:48 +0000)
includes/DefaultSettings.php
skins/chick/main.css
skins/common/wikistandard.css
skins/modern/main.css
skins/simple/main.css

index 351928d..881fafe 100644 (file)
@@ -1326,7 +1326,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '117';
+$wgStyleVersion = '118';
 
 
 # Server-side caching:
index 07b922c..17849b9 100644 (file)
@@ -205,7 +205,7 @@ span.subpages { display: block; }
     margin: 0.1em 0 0 0;
     clear: both;
 }
-p.catlinks { margin: 0; padding: 0; }
+.catlinks { margin: 0; padding: 0; }
 
 
 /* currently unused, intended to be used by a metadata box
index 532e4fd..3fe8d2f 100644 (file)
@@ -42,7 +42,7 @@ h6 .editsection { font-size: 105.3%; }
 hr.sep { color:gray;height:1px;background-color:gray;}
 p.subpages { font-size:small;}
 p.subtitle { padding-top: 0; margin-top: 0;}
-p.catlinks { font-size:small; margin-top:0; text-align:right;}
+.catlinks { font-size:small; margin-top:0; text-align:right;}
 td { empty-cells:show; }
 td.bottom { border-top: 1px solid gray; }
 td.top { border-bottom: 1px solid gray; }
index 78cd2b2..d56c000 100644 (file)
@@ -586,7 +586,7 @@ img.thumbborder {
        margin: 0 0 0 0;
 }
 
-#catlinks p {
+.catlinks {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
 }
index b2c477b..cecc9ee 100644 (file)
@@ -347,7 +347,7 @@ a.new,
 li.new {
        text-decoration: line-through;
 }
-p.catlinks {
+.catlinks {
   text-align: center;
   width: 80%;
   margin-left: auto;