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:
23cbfe6
)
For the headers in the wordpress content
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 12:14:34 +0000
(08:14 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 12:14:34 +0000
(08:14 -0400)
need to clear them
root/scss/_wordpress.scss
patch
|
blob
|
history
diff --git
a/root/scss/_wordpress.scss
b/root/scss/_wordpress.scss
index
68382c4
..
37ca6bc
100644
(file)
--- a/
root/scss/_wordpress.scss
+++ b/
root/scss/_wordpress.scss
@@
-199,6
+199,11
@@
img.alignleft, img.alignright, img.aligncenter, div.wp-caption img {
text-align: center;
}
}
+.content-wrapper {
+ h1, h2, h3, h4, h5, h6 {
+ clear: both;
+ }
+}
.content {
background: #fff;
/* -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);