mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fixes #10755: Don't remove quotes around q element by default
This commit is contained in:
Vendored
-2
@@ -690,8 +690,6 @@ blockquote.pull-right small:after {
|
||||
content: '\00A0 \2014';
|
||||
}
|
||||
|
||||
q:before,
|
||||
q:after,
|
||||
blockquote:before,
|
||||
blockquote:after {
|
||||
content: "";
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -255,8 +255,6 @@ blockquote {
|
||||
}
|
||||
|
||||
// Quotes
|
||||
q:before,
|
||||
q:after,
|
||||
blockquote:before,
|
||||
blockquote:after {
|
||||
content: "";
|
||||
|
||||
Reference in New Issue
Block a user