diff options
| author | Mark Otto <[email protected]> | 2013-09-22 09:19:37 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-22 09:19:37 -0500 |
| commit | 000b445a042cc97d21d743ef917a35c23dde2a3e (patch) | |
| tree | f25abedc41c2c9efa9f58ef48ad3156d9eee29f6 /dist/css/bootstrap.css | |
| parent | e148923f2764d0af6f7d6fb1b601840d241759b5 (diff) | |
| download | bootstrap-000b445a042cc97d21d743ef917a35c23dde2a3e.tar.xz bootstrap-000b445a042cc97d21d743ef917a35c23dde2a3e.zip | |
Fixes #10755: Don't remove quotes around q element by default
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a78c468b..332110246 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -690,8 +690,6 @@ blockquote.pull-right small:after { content: '\00A0 \2014'; } -q:before, -q:after, blockquote:before, blockquote:after { content: ""; |
