diff --git a/css/galleriffic-2.css b/css/galleriffic-2.css index 44f1aac..6a34447 100644 --- a/css/galleriffic-2.css +++ b/css/galleriffic-2.css @@ -100,8 +100,16 @@ div.navigation { /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */ } +/* Ensure thumbnail list area clears its floated children (thumbs + pagination) */ +#thumbs-list::after { + content: ""; + display: block; + clear: both; +} + /* Upload panel under thumbnails */ .upload-panel { + clear: both; /* never overlap floated thumbnails/pagination */ margin-top: 14px; padding-top: 12px; border-top: 1px solid #e5e5e5;