mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
Minor code adjustments
Add missing space between ":" and the value for many class attributes.
This commit is contained in:
parent
cc308c11b6
commit
f43b0f52f5
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue