projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf330d
)
use id instead of class content-wrapper
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:21:22 +0000
(12:21 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:21:22 +0000
(12:21 -0400)
for the clear both on headers elements
root/scss/_wordpress.scss
patch
|
blob
|
history
diff --git
a/root/scss/_wordpress.scss
b/root/scss/_wordpress.scss
index
37ca6bc
..
36fb768
100644
(file)
--- a/
root/scss/_wordpress.scss
+++ b/
root/scss/_wordpress.scss
@@
-199,7
+199,7
@@
img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
text-align: center;
}
}
-
.
content-wrapper {
+
#
content-wrapper {
h1, h2, h3, h4, h5, h6 {
clear: both;
}