More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 150: | Line 150: | ||
} | } | ||
/* | /* FINAL: Remove pill/oval styling from any link inside an infobox */ | ||
.infobox a | .infobox a.external, | ||
.infobox span.plainlinks a.external, | |||
.infobox table a.external, | |||
.infobox td a.external { | |||
.infobox span.plainlinks a.external | |||
.infobox | |||
background: none !important; | background: none !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
display: inline !important; | display: inline !important; | ||
font-weight: normal !important; | |||
text-decoration: underline !important; | text-decoration: underline !important; | ||
box-shadow: none !important; | |||
} | } |