Fix the timeline's floating if javascript is not enabled

refs #4190
This commit is contained in:
Johannes Meyer 2014-03-28 14:55:24 +01:00
parent 3d658a664c
commit 6d8199e7df
1 changed files with 2 additions and 4 deletions

View File

@ -639,10 +639,6 @@ div.timeline-legend {
border-radius: 0.5em; border-radius: 0.5em;
background-color: #eee; background-color: #eee;
&:after {
clear: left;
}
h2 { h2 {
margin: 0; margin: 0;
margin-left: 0.5em; margin-left: 0.5em;
@ -665,6 +661,8 @@ div.timeline-legend {
} }
table.timeline { table.timeline {
clear: left;
th { th {
padding-right: 1.5em; padding-right: 1.5em;