From 735f9f0d9966c8be6fe34f15af0c7678beab661c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 30 Apr 2004 18:15:26 +0000 Subject: bug 20 : thumbnails don't align under Microsoft Internet Explorer. Corrected git-svn-id: http://piwigo.org/svn/branches/release-1_3@416 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/default.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/default/default.css b/template/default/default.css index 8c7e447f9..23ad369c9 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -205,4 +205,16 @@ div.information { font-size:120%; text-align:center; color:red; - } \ No newline at end of file + } +.thumbnail { + font-size:11px; + text-align:center; + vertical-align: baseline; + white-space: nowrap; +} + +table.thumbnail { + border-collapse:separate; + display:inline-table; +} + -- cgit v1.2.3