mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
min-height: 352px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
tr.tabsTrFrame {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td.tabsFrame {
|
||||
width:32px;
|
||||
vertical-align:top;
|
||||
background-color:#575757;
|
||||
padding:0px;
|
||||
border:0px;
|
||||
width: 32px;
|
||||
vertical-align: top;
|
||||
background-color: #575757;
|
||||
padding: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
td.tabsPropertiesFrame {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
border:0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue