Merge pull request #1201 from keeps21/css-fix

Remove CSS rules for quotes - Issue #1192
This commit is contained in:
Philip Arthur Moore 2017-09-15 20:58:16 +07:00 committed by GitHub
commit cb61c4e722
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;