single quotes + we don't need to show overflow
This commit is contained in:
parent
5e0daf3e85
commit
df7d24f46b
1 changed files with 2 additions and 3 deletions
|
@ -74,10 +74,9 @@ button.btn.close.small-btn {
|
|||
height: 100%;
|
||||
*/
|
||||
height: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.navbar:before {
|
||||
content: "_";
|
||||
content: '_';
|
||||
font-weight: bold;
|
||||
border-bottom: 10px double;
|
||||
line-height: 0;
|
||||
|
@ -88,7 +87,7 @@ button.btn.close.small-btn {
|
|||
background: #000;
|
||||
height: 21px;
|
||||
|
||||
font-family: "Arial-BoldMT", sans-serif;
|
||||
font-family: 'Arial-BoldMT', sans-serif;
|
||||
}
|
||||
.navbar a {
|
||||
padding: .5em 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue