(bug 14647) Remove unused 'townBox' class from global CSS.
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Jun 2008 00:26:43 +0000 (00:26 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 26 Jun 2008 00:26:43 +0000 (00:26 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/chick/main.css
skins/common/commonPrint.css
skins/common/oldshared.css
skins/modern/rtl.css
skins/monobook/main.css
skins/monobook/rtl.css
skins/simple/main.css
skins/simple/rtl.css

index 4160ae5..73889b1 100644 (file)
@@ -387,6 +387,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
 * (bug 14583) Fix regression in recent changes "limit to certain categories."
 * (bug 14515) HTML nesting cleanup on edit form
+* (bug 14647) Removed unused 'townBox' CSS classes
 
 === API changes in 1.13 ===
 
index 33a6d09..3c8ba04 100644 (file)
@@ -1341,7 +1341,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '158';
+$wgStyleVersion = '159';
 
 
 # Server-side caching:
index ea6b23e..9ba9792 100644 (file)
@@ -349,30 +349,6 @@ table.rimage {
     padding:5px;
     font-size: 95%;
 }
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid gray;
-    padding:0.3em;
-    width: 200px;
-    overflow: hidden;
-    clear: right;
-}
-div.townBox dl {
-    padding: 0;
-    margin: 0 0 0.3em 0;
-    font-size: 96%;
-}
-div.townBox dl dt {
-    background: none;
-    margin: 0.4em 0 0 0;
-}
-div.townBox dl dd {
-    margin: 0.1em 0 0 1.1em;
-    background-color: #f3f3f3;
-}
 
 /*
 ** edit views etc
index b0aad3d..ecf146d 100644 (file)
@@ -209,31 +209,6 @@ img { border: none; }
 img.tex { vertical-align: middle; }
 span.texhtml { font-family: serif; }
 
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid gray;
-    padding:0.3em;
-    width: 200px;
-    overflow: hidden;
-    clear: right;
-}
-div.townBox dl {
-    padding: 0;
-    margin: 0 0 0.3em 0; 
-    font-size: 96%;
-}
-div.townBox dl dt {
-    background: none;
-    margin: 0.4em 0 0 0;
-}
-div.townBox dl dd {
-    margin: 0.1em 0 0 1.1em;
-    background-color: #f3f3f3;
-}
-
 #siteNotice { display: none; }
 
 table.gallery {
index 689a888..5cffb07 100644 (file)
@@ -185,30 +185,6 @@ fieldset.operaprefsection { margin-left: 15em }
 .small, .small * { font-size: 94%; }
 table.small { font-size: 100% }
 
-div.townBox {
-    position:relative;
-    float:right;
-    background:White;
-    margin-left:1em;
-    border: 1px solid gray;
-    padding:0.3em;
-    width: 200px;
-    overflow: hidden;
-    clear: right;
-}
-div.townBox dl {
-    padding: 0;
-    margin: 0 0 0.3em 0;
-    font-size: 96%;
-}
-div.townBox dl dt {
-    background: none;
-    margin: 0.4em 0 0 0;
-}
-div.townBox dl dd {
-    margin: 0.1em 0 0 1.1em;
-    background-color: #f3f3f3;
-}
 /* use this instead of #toc for page content */
 .toccolours {
     border:1px solid #aaaaaa;
index e286a3f..12e5375 100644 (file)
@@ -20,8 +20,7 @@ div div.thumbcaption {
        text-align: right;
 }
 
-div.magnify,
-#div.townBox {
+div.magnify {
        left: auto;
        right: 0;
 }
@@ -43,14 +42,6 @@ div.tright, div.floatright, table.floatright {
 div.tleft, div.floatleft, table.floatleft {
        clear: left;
 }
-div.townBox {
-       margin-left: 0;
-       margin-right: 1em;
-}
-div.townBox dl dd {
-       margin-left: 0;
-       margin-right: 1.1em;
-}
 
 /* Fix link icons */
 .external {
index ad44933..45cf152 100644 (file)
@@ -510,30 +510,6 @@ table.rimage {
        padding: 5px;
        font-size: 95%;
 }
-div.townBox {
-       position: relative;
-       float: right;
-       background: white;
-       margin-left: 1em;
-       border: 1px solid gray;
-       padding: .3em;
-       width: 200px;
-       overflow: hidden;
-       clear: right;
-}
-div.townBox dl {
-       padding: 0;
-       margin: 0 0 .3em;
-       font-size: 96%;
-}
-div.townBox dl dt {
-       background: none;
-       margin: .4em 0 0;
-}
-div.townBox dl dd {
-       margin: .1em 0 0 1.1em;
-       background-color: #f3f3f3;
-}
 
 /*
 ** edit views etc
@@ -550,7 +526,7 @@ div.townBox dl dd {
 */
 #bodyContent a.external,
 #bodyContent a[href ^="gopher://"] {
-       background: url(external.png) center right no-repeat;
+       background: url(exteg) center right no-repeat;
        padding-right: 13px;
 }
 #bodyContent a[href ^="https://"],
index 73bc145..10b1250 100644 (file)
@@ -68,7 +68,6 @@ div div.thumbcaption {
 }
 
 div.magnify,
-#div.townBox,
 #p-logo {
        left: auto;
        right: 0;
@@ -134,14 +133,6 @@ div.tright, div.floatright, table.floatright {
 div.tleft, div.floatleft, table.floatleft {
        clear: left;
 }
-div.townBox {
-       margin-left: 0;
-       margin-right: 1em;
-}
-div.townBox dl dd {
-       margin-left: 0;
-       margin-right: 1.1em;
-}
 #p-personal li {
        margin-left: 0;
        margin-right: 1em;
index 6578d97..5412b25 100644 (file)
@@ -117,26 +117,6 @@ table.rimage {
     text-align:center;
 }
 
-div.townBox {
-    position:relative;
-    float:right;
-    margin-left:1em;
-    padding:0.3em;
-    width: 200px;
-    overflow: hidden;
-    clear: right;
-}
-div.townBox dl {
-    padding: 0;
-    margin: 0 0 0.3em 0;
-}
-div.townBox dl dt {
-    background: none;
-    margin: 0.4em 0 0 0;
-}
-div.townBox dl dd {
-    margin: 0.1em 0 0 1.1em;
-}
 .portlet {
     border: none;
     float: none;
index 13e7aa9..300f028 100644 (file)
@@ -66,7 +66,6 @@ div div.thumbcaption {
 }
 
 div.magnify,
-#div.townBox,
 #p-logo {
        left: auto;
        right: 0;
@@ -93,14 +92,6 @@ div.tright, div.floatright, table.floatright {
 div.tleft, div.floatleft, table.floatleft {
        clear: left;
 }
-div.townBox {
-       margin-left: 0;
-       margin-right: 1em;
-}
-div.townBox dl dd {
-       margin-left: 0;
-       margin-right: 1.1em;
-}
 
 /* Fix link icons */
 .external {