Merge "mediawiki.notification: Refactor $.ready handler and init()"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.history.css
index 95e92ae..f3ea163 100644 (file)
@@ -1,8 +1,6 @@
-#pagehistory li.before input[name="oldid"],
-#pagehistory li.after input[name="diff"] {
-       visibility: hidden;
-}
+/* Styles for the JavaScript enhancements of the history page */
 
-.updatedmarker {
-       background-color: #b7f430;
+#pagehistory li.before input[name='oldid'],
+#pagehistory li.after input[name='diff'] {
+       visibility: hidden;
 }