fixing typo

This commit is contained in:
Tom Johnson
2015-12-30 15:08:24 -08:00
parent b929fecac9
commit ccc0490aad
4 changed files with 6 additions and 6 deletions

View File

@ -929,9 +929,10 @@ a[href^="http://"]:after, a[href^="https://"]:after {
text-decoration: none;
padding-left: 3px;
}
/* Strip from links to own domain or with class no_icon */
/* Strip the outbound icon when this class is present */
a[href^="http://own-domain.com"]:after,
a.no_icon:after {
content:"" !important;
padding-left: 0;
}
}