Links to new/not existing wikipages are italic #1197
This commit is contained in:
parent
335da86b55
commit
cdad6f752a
|
@ -1898,6 +1898,11 @@ div.wiki th {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* links to non-existant/new (wiki) pages */
|
||||||
|
div.wiki a.new {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
div.wiki .external {
|
div.wiki .external {
|
||||||
background-position: 0% 60%;
|
background-position: 0% 60%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in New Issue