mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
Merge pull request #106 from twbs/href-print
Remove half-assed inclusion of link URLs (hrefs) when printing
This commit is contained in:
commit
d4a2882938
1 changed files with 0 additions and 11 deletions
|
|
@ -20,21 +20,10 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a[href]:after {
|
||||
content: " (" attr(href) ")";
|
||||
}
|
||||
|
||||
abbr[title]:after {
|
||||
content: " (" attr(title) ")";
|
||||
}
|
||||
|
||||
// Don't show links that are fragment identifiers,
|
||||
// or use the `javascript:` pseudo protocol
|
||||
a[href^="#"]:after,
|
||||
a[href^="javascript:"]:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
pre,
|
||||
blockquote {
|
||||
border: 1px solid #999;
|
||||
|
|
|
|||
Loading…
Reference in a new issue