avoid double borders on abbr (#4663)

This commit is contained in:
b_b 2016-06-27 13:02:25 +02:00 committed by Vladimir Agafonkin
parent 5e326e4e5c
commit faf063fdca

View File

@ -106,6 +106,7 @@ a:hover {
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
}
/**