More CSS fixes
authorTom Gilder <tomgilder@users.mediawiki.org>
Sun, 30 Jan 2005 15:56:15 +0000 (15:56 +0000)
committerTom Gilder <tomgilder@users.mediawiki.org>
Sun, 30 Jan 2005 15:56:15 +0000 (15:56 +0000)
skins/amethyst/main.css
skins/common/cologneblue.css
skins/common/nostalgia.css
skins/common/wikiprintable.css
skins/common/wikistandard.css
skins/monobook/main.css

index fc9d3d0..4ac7294 100644 (file)
@@ -791,7 +791,6 @@ li#pt-userpage,
 li#pt-anonuserpage,
 li#pt-login {
     background:  url('user.gif') top left no-repeat;
-    background-repeat: no-repeat;
     padding-left: 20px;
     text-transform: none;
 }
index cb44987..faf00fe 100644 (file)
@@ -75,7 +75,7 @@ td.bottom {
 }
 #quickbar form { padding: 0; margin-top: 0; }
 
-h1 { font-family: Arial, Helvetica, sans-serif;
+h1 {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18pt; font-weight: bold; line-height: 21pt;
index 554d00e..5944543 100644 (file)
@@ -7,7 +7,6 @@ body {
 #powersearch {
   background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
 }
-.bodytext { }
 a.interwiki, a.external { color: #3366BB; }
 a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
index 868b36e..58e132d 100644 (file)
@@ -38,7 +38,6 @@ a, a.external, a.new, a.stub {
 }
 
 /* Old stuff, fixme:
-.bodytext { }
 a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; }
 a.interwiki, a.external { color: #3333BB; text-decoration: none; }
 h1.pagetitle { padding-bottom: 0; margin-bottom: 0; }
index 3dc7291..15b5209 100644 (file)
@@ -18,7 +18,6 @@
 #toolbar { padding:0px; }
 #infobox { background:#eeeeff;color:black;}
 #editform { margin-top:1px; }
-.bodytext { }
 a.interwiki, a.external { color: #3366BB; }
 a.printable { text-decoration: underline; }
 a.stub { color:#772233; text-decoration:none; }
index 09c0840..712b211 100644 (file)
@@ -616,9 +616,8 @@ special external link styling */
     font-size:95%;
 }
 .portlet li {
-    padding:0;
-    margin: 0 0 0 0;
-    margin-bottom: 0;
+    padding: 0;
+    margin: 0;
 }
 
 /*
@@ -674,8 +673,8 @@ input.searchButton {
     font-weight: bold;
 }
 #searchInput {
-    width:10.9em;
-    margin: 0 0 0 0;
+    width: 10.9em;
+    margin: 0;
     font-size: 95%;
 }
 #p-search .pBody {
@@ -689,8 +688,8 @@ input.searchButton {
 #p-personal {
     width:100%;
     white-space:nowrap;
-    padding:0 0 0 0;
-    margin:0;
+    padding: 0;
+    margin: 0;
     position:absolute;
     left:0px;
     top:0px;
@@ -753,8 +752,7 @@ in bg url to hide it from iemac */
 li#pt-userpage,
 li#pt-anonuserpage,
 li#pt-login {
-    background:  url('user.gif') top left no-repeat;
-    background-repeat: no-repeat;
+    background: url('user.gif') top left no-repeat;
     padding-left: 20px;
     text-transform: none;
 }