mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
fix merge conflict
This commit is contained in:
parent
ae944fd985
commit
9b47d924b3
1 changed files with 0 additions and 18 deletions
|
@ -2,11 +2,7 @@
|
|||
// tabs.css
|
||||
//
|
||||
// Created by Alezia Kurdis on 27 Feb 2020
|
||||
<<<<<<< HEAD
|
||||
// Copyright 2020 Project Athena contributors.
|
||||
=======
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
>>>>>>> upstream/master
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
@ -35,15 +31,9 @@ div.tabsContainer {
|
|||
background-color: #575757;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
.tabsContainer button.active {
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
=======
|
||||
.tabsContainer button.active {
|
||||
background-color: #2E2E2E;
|
||||
}
|
||||
>>>>>>> upstream/master
|
||||
|
||||
div.labelTabHeader {
|
||||
font-size: 20px;
|
||||
|
@ -59,11 +49,7 @@ div.tab-section-header {
|
|||
|
||||
table.tabsTableFrame {
|
||||
width: 100%;
|
||||
<<<<<<< HEAD
|
||||
min-height: 352px;
|
||||
=======
|
||||
min-height: 352px;
|
||||
>>>>>>> upstream/master
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -82,11 +68,7 @@ td.tabsFrame {
|
|||
td.tabsPropertiesFrame {
|
||||
width: 100%;
|
||||
vertical-align: top;
|
||||
<<<<<<< HEAD
|
||||
border:0px;
|
||||
=======
|
||||
border: 0px;
|
||||
>>>>>>> upstream/master
|
||||
}
|
||||
|
||||
div.tabsPropertiesPage {
|
||||
|
|
Loading…
Reference in a new issue