Links to new/not existing wikipages are italic #1197

This commit is contained in:
Felix Schäfer 2013-01-06 21:13:34 +01:00
parent 335da86b55
commit cdad6f752a
1 changed files with 5 additions and 0 deletions

View File

@ -1898,6 +1898,11 @@ div.wiki th {
padding: 4px;
}
/* links to non-existant/new (wiki) pages */
div.wiki a.new {
font-style: italic;
}
div.wiki .external {
background-position: 0% 60%;
background-repeat: no-repeat;