Skip to content

Commit

Permalink
Merge pull request #1201 from keeps21/css-fix
Browse files Browse the repository at this point in the history
Remove CSS rules for quotes - Issue #1192
  • Loading branch information
philiparthurmoore committed Sep 15, 2017
2 parents 67cdccb + fa137f0 commit cb61c4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions sass/elements/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 0 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cb61c4e

Please sign in to comment.