* (bug 8326) Fix regression in thumb styles of cached content
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Dec 2006 22:21:45 +0000 (22:21 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 19 Dec 2006 22:21:45 +0000 (22:21 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/common.css
skins/monobook/main.css

index 5b0c819..e3f5a62 100644 (file)
@@ -354,6 +354,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   work when new releases of Safari appear.
 * Fix regression in thumb styles; size and padding didn't match with
   new arrangement.
+* (bug 8326) Fix regression in thumb styles of cached content
 
 
 == Languages updated ==
index d33be37..dbe5937 100644 (file)
@@ -1041,7 +1041,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '36';
+$wgStyleVersion = '37';
 
 
 # Server-side caching:
index 05721a4..46582bf 100644 (file)
@@ -56,6 +56,7 @@ div.thumb {
        border-color: white;
        width: auto;
 }
+div.thumb div,
 div.thumbinner {
        border: 1px solid #ccc;
        padding: 3px !important;
@@ -64,9 +65,11 @@ div.thumbinner {
        text-align: center;
        overflow: hidden;
 }
+div.thumb div a img,
 html .thumbimage {
        border: 1px solid #ccc;
 }
+div.thumb div div.thumbcaption,
 html .thumbcaption {
        border: none;
        text-align: left;
index 69ac0eb..c791741 100644 (file)
@@ -430,6 +430,7 @@ div.thumb {
        border-color: white;
        width: auto;
 }
+div.thumb div,
 div.thumbinner {
        border: 1px solid #ccc;
        padding: 3px !important;
@@ -438,9 +439,11 @@ div.thumbinner {
        text-align: center;
        overflow: hidden;
 }
+div.thumb div a img,
 html .thumbimage {
        border: 1px solid #ccc;
 }
+div.thumb div div.thumbcaption,
 html .thumbcaption {
        border: none;
        text-align: left;