Issue 68 - Bad spacing when graph not visible

This commit is contained in:
perryharlock
2014-01-09 11:03:56 +00:00
parent 5c7d9bfc43
commit 1c96369bb0
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -70,7 +70,7 @@
} }
.dropdown-toggle { .dropdown-toggle {
margin-top:0; margin-top:0;
margin-bottom:10px; margin-bottom:5px;
} }
.list-group { .list-group {
li .list-group-item { li .list-group-item {
@@ -238,6 +238,9 @@
h2 { h2 {
word-wrap:break-word; word-wrap:break-word;
} }
.h4 {
margin-bottom:22px;
}
} }
.date { .date {
margin-top:5px; margin-top:5px;
@@ -320,7 +323,7 @@ ul.date-links {
} }
&.single-result { &.single-result {
margin-top:-55px; margin-top:-52px;
.show-stats { .show-stats {
display:none; display:none;