From 3b40997eb5bb767c1dac7d217452b0811f083a05 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 5 Jun 2007 01:16:13 +0000 Subject: [PATCH] Copied some of the CSS added in r22726 into other skins, leaving pure aesthetics alone --- skins/chick/main.css | 9 +++++++++ skins/common/common.css | 9 +++++++++ skins/simple/main.css | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/skins/chick/main.css b/skins/chick/main.css index b28f384cdc..c4ec3e88e7 100644 --- a/skins/chick/main.css +++ b/skins/chick/main.css @@ -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. diff --git a/skins/common/common.css b/skins/common/common.css index f1251a834a..12f941efd5 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -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. diff --git a/skins/simple/main.css b/skins/simple/main.css index 24f5cc5b2e..a539b4bca3 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -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. -- 2.20.1