diff options
| author | Mark Otto <[email protected]> | 2017-07-16 13:11:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-16 13:11:21 -0700 |
| commit | 082c9d92fe1057f8dddda32e1002983d82c681aa (patch) | |
| tree | 3a0a3e7329b1eabdc6b24165ab10fd39558f5058 /dist/css/bootstrap-reboot.css | |
| parent | 696b2bee113290774c4b74bd709d008c800f0e30 (diff) | |
| download | bootstrap-082c9d92fe1057f8dddda32e1002983d82c681aa.tar.xz bootstrap-082c9d92fe1057f8dddda32e1002983d82c681aa.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 5a8bee197..867ee1771 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -55,7 +55,8 @@ p { abbr[title], abbr[data-original-title] { text-decoration: underline; - text-decoration: underline dotted; + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; cursor: help; border-bottom: 0; } |
