User:BJorsch/common.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
BJorsch (talk | contribs)
+
 
BJorsch (talk | contribs)
Copy styles
Line 1:
li.updatedmarker span.updatedmarker {
display:none;
}
li.mw-watched strong.mw-watched a {
font-weight:normal;
}
.action-history #pagehistory li.selected {
/* Confuses me */
background-color: transparent;
}
li.updatedmarker, .action-history #pagehistory li.selected.updatedmarker, li.mw-watched {
background-color:#eef;
}

Revision as of 13:28, 5 February 2013

li.updatedmarker span.updatedmarker {
    display:none;
}
li.mw-watched strong.mw-watched a {
    font-weight:normal;
}
.action-history #pagehistory li.selected {
    /* Confuses me */
    background-color: transparent;
}
li.updatedmarker, .action-history #pagehistory li.selected.updatedmarker, li.mw-watched {
    background-color:#eef;
}