Removed minor bug in floating appeareance

This commit is contained in:
Christian Wolf 2019-03-26 16:36:31 +01:00
parent 9e0840af5a
commit fa47ca1c64
3 changed files with 5 additions and 6 deletions

BIN
releases/slt-0.0.4.tar.gz Normal file

Binary file not shown.

View File

@ -1 +1 @@
3 4

View File

@ -57,6 +57,10 @@ li.row-fluid {
display: block; display: block;
} }
.article-info {
clear: both;
}
.page-header .page-header
{ {
padding-bottom: 0px; padding-bottom: 0px;
@ -147,8 +151,3 @@ ul.nav-child > li > a:hover
color: gray; color: gray;
} }
/*
<?php
print_r($params);
?>
*/