Template:Support Page: Difference between revisions

Content deleted Content added
italics for blockquotes (e.g. legacy example text)
tweaks to link underlines
Line 486:
.sp-content a.extiw:visited {
color: inherit;
/* No external link arrows, allow space for "underline" */
padding: .2rem 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#36c), to(#36c));
background-image: linear-gradient(to top, #36c, #36c);
background-size: 100% .2rem25rem;
background-position: bottom;
background-repeat: no-repeat;
Line 499:
.sp-content a.external:hover,
.sp-content a.extiw:hover {
background-size: 100% 1.5rem100%;
color: #fff;
text-decoration: none;