Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit c9b2a82

Browse files
committed
Remove unused CSS
1 parent 9ab2ec5 commit c9b2a82

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

css/obBase.css

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,7 @@ removed because I don't think we're using the trick to hide the borders any more
16771677
}
16781678
16791679
.box-borderBright:hover {
1680-
border: 1px solid rbga(255,255,255,1);
1680+
border: 1px solid rgba(255,255,255,1);
16811681
16821682
}
16831683
@@ -2494,7 +2494,6 @@ div.chatSearchOut .chatSearchIcon {
24942494
border-radius: 3px;
24952495
font-size: 12px;
24962496
padding: 6px 8px;
2497-
word-break: break-word;
24982497
display: inline-block;
24992498
font-weight: 500;
25002499
letter-spacing: 0.2px;
@@ -3508,7 +3507,7 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
35083507
}
35093508

35103509
.popMenu-navBar {
3511-
top: 50px;
3510+
bottom: 0px;
35123511
right: 10px;
35133512
width: 100%;
35143513
transform: none;
@@ -3681,26 +3680,12 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
36813680
height: 136px;
36823681
}
36833682

3684-
.home-page-navigation-slim {
3685-
position: fixed;
3686-
top: 135px;
3687-
z-index: 3;
3688-
box-shadow: 0px 10px 43px -10px rgba(0,0,0,0.20);
3689-
}
3690-
36913683
.user-page-navigation {
36923684
width: 950px;
36933685
position: relative;
36943686
z-index: 1;
36953687
}
36963688

3697-
.user-page-navigation-slim {
3698-
position: fixed;
3699-
top: 102px;
3700-
z-index: 5;
3701-
box-shadow: 0px 3px 43px -17px rgba(0,0,0,.6);
3702-
}
3703-
37043689
.user-page-header {
37053690
position: relative;
37063691
height: 400px;

0 commit comments

Comments
 (0)