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 /dist/css/bootstrap.css | |
| parent | d44e98b34da74f6db19db108ce3f13ba8fd5fe0e (diff) | |
| download | bootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.tar.xz bootstrap-d1d5d9041365c92b5e5577d2133a26fe509223e8.zip | |
Fixes #12748
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3a1098139..ba6876f63 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1109,6 +1109,11 @@ small, cite { font-style: normal; } +mark, +.mark { + padding: .2em; + background-color: #fcf8e3; +} .text-left { text-align: left; } |
