* Fix regression in thumb styles; size and padding didn't match with
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Dec 2006 21:51:11 +0000 (21:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Dec 2006 21:51:11 +0000 (21:51 +0000)
  new arrangement.

RELEASE-NOTES
includes/DefaultSettings.php
skins/common/common.css
skins/monobook/main.css

index f081d6d..5b0c819 100644 (file)
@@ -352,6 +352,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   it messes up on current versions of Safari but is ok in the latest
   nightlies. Checking the version number will allow it to automatically
   work when new releases of Safari appear.
+* Fix regression in thumb styles; size and padding didn't match with
+  new arrangement.
 
 
 == Languages updated ==
index 84a2456..d33be37 100644 (file)
@@ -1041,7 +1041,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '35';
+$wgStyleVersion = '36';
 
 
 # Server-side caching:
index 0eab607..05721a4 100644 (file)
@@ -71,7 +71,8 @@ html .thumbcaption {
        border: none;
        text-align: left;
        line-height: 1.4em;
-       padding: .3em 0 .1em 0;
+       padding: 3px !important;
+       font-size: 94%;
 }
 div.magnify {
        float: right;
index 3ae9e74..69ac0eb 100644 (file)
@@ -445,7 +445,8 @@ html .thumbcaption {
        border: none;
        text-align: left;
        line-height: 1.4em;
-       padding: .3em 0 .1em 0;
+       padding: 3px !important;
+       font-size: 94%;
 }
 div.magnify {
        float: right;