Copied some of the CSS added in r22726 into other skins, leaving pure aesthetics...
authorRob Church <robchurch@users.mediawiki.org>
Tue, 5 Jun 2007 01:16:13 +0000 (01:16 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 5 Jun 2007 01:16:13 +0000 (01:16 +0000)
skins/chick/main.css
skins/common/common.css
skins/simple/main.css

index b28f384..c4ec3e8 100644 (file)
@@ -470,6 +470,15 @@ div.gallerytext {
 
 .templatesUsed { margin-top: 1.5em; }
 
+/* Recreating-deleted-page warning and log entries */
+div#mw-recreate-deleted-warn ul li {
+       font-size: 95%;
+}
+div.mw-recreate-deleted-control {
+       float: right;
+       font-size: 90%;
+}
+
 /**
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
index f1251a8..12f941e 100644 (file)
@@ -451,6 +451,15 @@ p.mw-ipb-conveniencelinks {
        float: right;
 }
 
+/* Recreating-deleted-page warning and log entries */
+div#mw-recreate-deleted-warn ul li {
+       font-size: 95%;
+}
+div.mw-recreate-deleted-control {
+       float: right;
+       font-size: 90%;
+}
+
 /**
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.
index 24f5cc5..a539b4b 100644 (file)
@@ -441,6 +441,15 @@ table.collapsed tr.collapsable {
 
 .templatesUsed { margin-top: 1.5em; }
 
+/* Recreating-deleted-page warning and log entries */
+div#mw-recreate-deleted-warn ul li {
+       font-size: 95%;
+}
+div.mw-recreate-deleted-control {
+       float: right;
+       font-size: 90%;
+}
+
 /**
  * Here is some stuff that's ACTUALLY COMMON TO ALL SKINS.
  * When the day comes, it can be moved to a *real* common.css.