implement changes I mentioned in #21
This commit is contained in:
parent
0870419e86
commit
24d7cdecb5
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
.btn.btn-close {
|
||||
background: #000;
|
||||
visibility: hidden;
|
||||
float: right;
|
||||
|
@ -37,7 +37,7 @@
|
|||
}
|
||||
|
||||
@media (max-width:500px) {
|
||||
button.btn.close.btn-sm {
|
||||
.btn.btn-close {
|
||||
visibility: visible;
|
||||
}
|
||||
.nav {
|
||||
|
@ -54,11 +54,11 @@
|
|||
*/
|
||||
height: auto;
|
||||
}
|
||||
.nav:before {
|
||||
.nav div:before {
|
||||
content: '_';
|
||||
border-bottom: 10px double;
|
||||
float: right;
|
||||
margin-top: -10px;
|
||||
top: 1px;
|
||||
position: relative;
|
||||
background: #000;
|
||||
height: 21px;
|
||||
|
|
Loading…
Add table
Reference in a new issue