aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authormrmrs <[email protected]>2014-03-07 00:10:46 -0800
committermrmrs <[email protected]>2014-03-07 00:59:22 -0800
commitd1d5d9041365c92b5e5577d2133a26fe509223e8 (patch)
treee281ffd1c0dec82b33c9c149b1419dc704f1198c /less
parentd44e98b34da74f6db19db108ce3f13ba8fd5fe0e (diff)
downloadbootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.tar.xz
bootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.zip
Fixes #12748
Diffstat (limited to 'less')
-rw-r--r--less/type.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less
index c63e5d9f2..91298f1c0 100644
--- a/less/type.less
+++ b/less/type.less
@@ -81,6 +81,12 @@ small,
// Undo browser default styling
cite { font-style: normal; }
+mark,
+.mark {
+ background-color: @state-warning-bg;
+ padding: .2em;
+}
+
// Alignment
.text-left { text-align: left; }
.text-right { text-align: right; }