Move rev_deleted stuff to shared
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 22 Jan 2008 03:05:32 +0000 (03:05 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 22 Jan 2008 03:05:32 +0000 (03:05 +0000)
skins/common/shared.css
skins/monobook/main.css

index 61f6839..ccc72b1 100644 (file)
@@ -47,6 +47,15 @@ table.filehistory th.mw-imagepage-filesize {
        white-space:nowrap;
 }
 
+/*
+ * rev_deleted stuff
+ */
+li span.deleted, span.history-deleted {
+       text-decoration: line-through;
+       color: #888;
+       font-style: italic;
+}
+
 /**
  * Forms
  */
index 02cc9c9..ca6b465 100644 (file)
@@ -1274,12 +1274,6 @@ span.changedby {
        color: gray;
 }
 
-li span.deleted, span.history-deleted {
-       text-decoration: line-through;
-       color: #888;
-       font-style: italic;
-}
-
 .toggle {
        margin-left: 2em;
        text-indent: -2em;