1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

fixes #5257: add data-original-title attribute selector to abbr element

This commit is contained in:
Mark Otto
2012-10-03 09:36:45 -07:00
parent dd8b745b88
commit 11ee1633b4
2 changed files with 5 additions and 2 deletions

View File

@@ -800,7 +800,8 @@ hr {
border-bottom: 1px solid #ffffff;
}
abbr[title] {
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}