removing inline-block display of fieldsets (not sure why its there?)

pull/124/head
Pepijn Over 2014-08-06 13:06:59 +02:00
parent 71d432c973
commit 1cd694a145
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ body.black_background .page-header h1 {
table { table {
background-color: white; background-color: white;
} }
fieldset {
display: inline-block;
}
.tab-content { .tab-content {
display: block; display: block;
width: auto; width: auto;