MDL-23587 Italicise the names of unedited pages

This commit is contained in:
Dongsheng Cai
2010-11-10 09:40:31 +00:00
parent 86cfd27314
commit 9bb0a9e7d8
+3 -1
View File
@@ -233,12 +233,14 @@
color: red;
}
a.wiki_newentry:link,a.wiki_newentry:visited {
a.wiki_newentry:link, a.wiki_newentry:visited {
color: red;
font-style: italic;
}
.wiki_newentry a {
color: red;
font-style: italic;
}
#intro.generalbox {