Minor code adjustments

Add missing space between ":" and the value for many class attributes.
This commit is contained in:
Alezia Kurdis 2020-05-06 23:16:56 -04:00 committed by GitHub
parent cc308c11b6
commit f43b0f52f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,25 +48,25 @@ div.tab-section-header {
} }
table.tabsTableFrame { table.tabsTableFrame {
width:100%; width: 100%;
min-height: 352px; min-height: 352px;
display: block; display: block;
} }
tr.tabsTrFrame { tr.tabsTrFrame {
width:100%; width: 100%;
} }
td.tabsFrame { td.tabsFrame {
width:32px; width: 32px;
vertical-align:top; vertical-align: top;
background-color:#575757; background-color: #575757;
padding:0px; padding: 0px;
border:0px; border: 0px;
} }
td.tabsPropertiesFrame { td.tabsPropertiesFrame {
width:100%; width: 100%;
vertical-align: top; vertical-align: top;
border:0px; border:0px;
} }