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

This commit is contained in:
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 {
background-color: white;
}
fieldset {
display: inline-block;
}
.tab-content {
display: block;
width: auto;