Fix bug #3413459: Thumbnails not in one line, thanks http://quirksmode.org/css/clearing.html for the CSS hint

This commit is contained in:
Christian Weiske 2012-01-20 21:12:46 +01:00
parent 8253c0df48
commit 22eaa812bf
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -223,6 +223,7 @@ li.xfolkentry {
border-bottom: 1px solid #DDD; border-bottom: 1px solid #DDD;
margin-bottom: 0; margin-bottom: 0;
padding: 1em 0.5em; padding: 1em 0.5em;
overflow: auto;
} }
html > body li.xfolkentry { html > body li.xfolkentry {
border-bottom: 1px dotted #AAA; border-bottom: 1px dotted #AAA;