mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-29 06:20:01 +02:00
Merge pull request #339 from ctrlaltdavid/fix/tabs-css
Fix whitespace and line endings in tabs.css
This commit is contained in:
commit
69eb3e11f5
1 changed files with 77 additions and 77 deletions
|
@ -31,7 +31,7 @@ div.tabsContainer {
|
|||
background-color: #575757;
|
||||
}
|
||||
|
||||
.tabsContainer button.active {
|
||||
.tabsContainer button.active {
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
|
||||
|
@ -68,7 +68,7 @@ td.tabsFrame {
|
|||
td.tabsPropertiesFrame {
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
border:0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
div.tabsPropertiesPage {
|
||||
|
|
Loading…
Reference in a new issue