Removed duplicate b & strong styling, changed SASS files to make use of parent selector: _menu, _galleries, _buttons, _fields, and _elements.

This commit is contained in:
Chris Wilcoxson 2015-02-09 23:11:59 -06:00
parent 41f33d3c9a
commit 7ef388656e
7 changed files with 59 additions and 83 deletions

View file

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