]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Fix bug #3413459: Thumbnails not in one line, thanks http://quirksmode.org/css/cleari...
authorChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 20:12:46 +0000 (21:12 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 20 Jan 2012 20:12:46 +0000 (21:12 +0100)
doc/ChangeLog
www/themes/default/scuttle.css

index 3f932898ef718368090a4f14a9ea606134481c25..629776469fa68dc8f26df8b0cc18edd5728177fd 100644 (file)
@@ -16,6 +16,7 @@ ChangeLog for SemantiScuttle
 - Fix bug #3463481: RSS feed show warnings in feedvalidator.org
 - Fix bug #3384416: Use URL with protocol in bookmarklet
 - Fix bug: Invalid HTML when website thumbnails are activated
+- Fix bug #3413459: Thumbnails not in one line
 - Implement request #3403609: fr_CA translation update
 - Implement patch #3476011: PostgreSQL tables can not be initialized
   (Frédéric Fauberteau [triaxx])
index 9e878573e46dae100cbb0a829bcb2b4fe1fdcdd0..f37377d5401104e1d9970f30bc6028b83e846bff 100644 (file)
@@ -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;