Skip to content

Commit

Permalink
Fix top port overlay issues
Browse files Browse the repository at this point in the history
Should not look like crap on small screens anymore
  • Loading branch information
timdufrane committed Mar 28, 2014
1 parent d81d532 commit e2ddf3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/includes/front/boxes.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<div class="cycle-slideshow"
data-cycle-fx="fade"
data-cycle-timeout="10000"
data-cycle-slides="> div">
data-cycle-slides="> div"
style="clear: both">
');

foreach (get_matching_files($config['html_dir']."/includes/front/", "/^top_.*\.php$/") as $file)
Expand Down

0 comments on commit e2ddf3d

Please sign in to comment.