1,390
edits
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
#content a.external.autonumber:after { | #content a.external.autonumber:after { | ||
word-wrap: break-word; | word-wrap: break-word; | ||
} | |||
/* Add formatting to make sure that "external references" from templates | |||
like [[Template:Ref]] do not get URL expansion, not even when printed. | |||
The anchor itself has class "external autonumber" and the url expansion | |||
is inserted when printing (see the common printing style sheet at | |||
http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the | |||
":after" pseudo-element of CSS. Also hide in <cite> elements. | |||
*/ | |||
#content cite a.external.text:after, | |||
.nourlexpansion a.external.text:after, | |||
.nourlexpansion a.external.autonumber:after { | |||
display: none !important; | |||
} | } |
edits