projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d7d45
)
style change
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 19 Aug 2014 20:28:34 +0000
(16:28 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 19 Aug 2014 20:28:34 +0000
(16:28 -0400)
for h3 in #main section
remove top margin and add the margin to the listing class.
styles.css
patch
|
blob
|
history
diff --git
a/styles.css
b/styles.css
index
3309000
..
1f1cba2
100644
(file)
--- a/
styles.css
+++ b/
styles.css
@@
-662,9
+662,12
@@
aside.right-off-canvas-menu ul.off-canvas-list li > ul.open {
.container#interior #main h3 {
font-size: 16px;
color: #6d1112;
- margin-top: 20px;
+ /*margin-top: 20px;*/
margin-bottom: 20px;
}
+.listing {
+ margin-top: 20px !important;
+}
.container#interior #main > div {
/*float: left;*/
width: auto;