From 1cd694a1459ecfaeadce84bbd68e243b82f5de4b Mon Sep 17 00:00:00 2001 From: Pepijn Over Date: Wed, 6 Aug 2014 13:06:59 +0200 Subject: [PATCH] removing inline-block display of fieldsets (not sure why its there?) --- static/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index b6dc0ad7..51ad71ae 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -88,9 +88,6 @@ body.black_background .page-header h1 { table { background-color: white; } -fieldset { - display: inline-block; -} .tab-content { display: block; width: auto;