From 0e5802f0d7efea48133762f395d095a2636dc672 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 16 Jun 2011 01:59:52 +0200 Subject: [PATCH] Fixes. --- h5ai/main.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/h5ai/main.css b/h5ai/main.css index 465f0323..3f60019b 100644 --- a/h5ai/main.css +++ b/h5ai/main.css @@ -87,6 +87,9 @@ section#content { } +#details { + display: none; +} table { width: 100%; border-collapse: collapse; @@ -171,6 +174,7 @@ div#empty { #icons { + display: none; padding: 10px; border: 1px solid #eee; border-radius: 15px; @@ -201,13 +205,6 @@ div#empty { } -section#special { - display: none; - text-align: center; - margin: 50px 0px; -} - - footer { position: fixed; width: 100%;