shorten rules, fix hidden close button bug
This commit is contained in:
parent
09c0f4783e
commit
df807184b3
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
nav, .navbar-link:hover, .navbar a.pagename, .navbar a {
|
||||
nav, .navbar-link:hover, .navbar a.pagename, .navbar a, .close {
|
||||
background: #000;
|
||||
color: #fff;
|
||||
position: relative;
|
||||
|
@ -64,15 +64,13 @@ button.btn.close.btn-sm {
|
|||
}
|
||||
.navbar:before {
|
||||
content: '_';
|
||||
font-weight: bold;
|
||||
border-bottom: 10px double;
|
||||
line-height: 0;
|
||||
float: right;
|
||||
font-size: 32px;
|
||||
margin-top: -10px;
|
||||
position: relative;
|
||||
background: #000;
|
||||
height: 21px;
|
||||
font: bold 32px/0 sans-serif; /* bold, 32px sans-serif text with a line-height of zero */
|
||||
}
|
||||
.navbar a {
|
||||
padding: .5em 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue