diff options
| author | mrmrs <[email protected]> | 2014-03-07 00:10:46 -0800 |
|---|---|---|
| committer | mrmrs <[email protected]> | 2014-03-07 00:59:22 -0800 |
| commit | d1d5d9041365c92b5e5577d2133a26fe509223e8 (patch) | |
| tree | e281ffd1c0dec82b33c9c149b1419dc704f1198c /less | |
| parent | d44e98b34da74f6db19db108ce3f13ba8fd5fe0e (diff) | |
| download | bootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.tar.xz bootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.zip | |
Fixes #12748
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 6 |
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; } |
