Remove CSS rules for quotes - Issue #1192

This commit is contained in:
Stephen Hoult 2017-09-11 10:04:16 +01:00
parent 67cdccbb67
commit fa137f0112
2 changed files with 0 additions and 17 deletions

View File

@ -12,15 +12,6 @@ body {
background: $color__background-body; /* Fallback for when there is no custom background color defined. */
}
blockquote, q {
quotes: "" "";
&:before,
&:after {
content: "";
}
}
hr {
background-color: $color__background-hr;
border: 0;

View File

@ -342,14 +342,6 @@ body {
/* Fallback for when there is no custom background color defined. */
}
blockquote, q {
quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
hr {
background-color: #ccc;
border: 0;