mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +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';
|
content: '\00A0 \2014';
|
||||||
}
|
}
|
||||||
|
|
||||||
q:before,
|
|
||||||
q:after,
|
|
||||||
blockquote:before,
|
blockquote:before,
|
||||||
blockquote:after {
|
blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -255,8 +255,6 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Quotes
|
// Quotes
|
||||||
q:before,
|
|
||||||
q:after,
|
|
||||||
blockquote:before,
|
blockquote:before,
|
||||||
blockquote:after {
|
blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|||||||
Reference in New Issue
Block a user