summaryrefslogtreecommitdiff
path: root/skins/common/cologneblue.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/cologneblue.css')
-rw-r--r--skins/common/cologneblue.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css
index 5b6e5bca..547585ef 100644
--- a/skins/common/cologneblue.css
+++ b/skins/common/cologneblue.css
@@ -93,4 +93,15 @@ a.stub, #quickbar a.stub { color:#772233; text-decoration:none; }
a.new, #quickbar a.new { color: #CC2200; }
h2, h3, h4, h5, h6 { margin-bottom: 0; }
small { font-size: 75%; }
-input.mw-searchInput { width: 106px; } \ No newline at end of file
+input.mw-searchInput { width: 106px; }
+
+/* Recreating-deleted-page warning and log entries */
+div#mw-recreate-deleted-warn {
+ padding: 3px;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ border: 1px solid #6688AA;
+}
+div#mw-recreate-deleted-warn ul li {
+ font-size: 90%;
+} \ No newline at end of file