diff options
author | Christian Weiske <cweiske@cweiske.de> | 2012-01-20 21:12:46 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2012-01-20 21:12:46 +0100 |
commit | 22eaa812bfa27fe6d1662237c1908193f4637090 (patch) | |
tree | 680db24aace9826a10cbcfe7a318d7e1b2eed3d0 /www/themes | |
parent | 8253c0df48665c71a3bdeb82ce0d02e3f888d079 (diff) | |
download | semanticscuttle-22eaa812bfa27fe6d1662237c1908193f4637090.tar.gz semanticscuttle-22eaa812bfa27fe6d1662237c1908193f4637090.tar.bz2 |
Fix bug #3413459: Thumbnails not in one line, thanks http://quirksmode.org/css/clearing.html for the CSS hint
Diffstat (limited to 'www/themes')
-rw-r--r-- | www/themes/default/scuttle.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/themes/default/scuttle.css b/www/themes/default/scuttle.css index 9e87857..f37377d 100644 --- a/www/themes/default/scuttle.css +++ b/www/themes/default/scuttle.css @@ -223,6 +223,7 @@ li.xfolkentry { border-bottom: 1px solid #DDD; margin-bottom: 0; padding: 1em 0.5em; + overflow: auto; } html > body li.xfolkentry { border-bottom: 1px dotted #AAA; |