Skip to content

Commit 75600f8

Browse files
author
Olivier Giulieri
committed
Navbar - removed opacity style.
1 parent fafe54d commit 75600f8

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

dist/css/demo.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
position: fixed;
3232
top: 0;
3333
left: 0;
34-
opacity: .9;
3534
overflow: none;
3635
background-color: #0099cc;
3736
width: 100%;
@@ -104,7 +103,7 @@
104103
}
105104
@media only screen and (max-width: 900px) {
106105
.evo-head-links > li.spaced {
107-
margin-top: 5px;
106+
margin-top: 0;
108107
margin-left: 30px;
109108
}
110109
}

less/header.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
position: fixed;
4747
top:0;
4848
left:0;
49-
opacity: .9;
49+
//opacity: .9;
5050
overflow: none;
5151
background-color: @color-header;
5252
//border-bottom: #366092 solid 1px;
@@ -118,7 +118,7 @@
118118
>li.spaced{
119119
margin-top:50px;
120120
@media only screen and (max-width: @screen2) {
121-
margin-top:5px;
121+
margin-top:0;
122122
margin-left:30px;
123123
}
124124
}

0 commit comments

Comments
 (0)