log4js-node/docs/assets/css/style.scss
2017-04-16 14:23:11 +10:00

33 lines
417 B
SCSS

---
---
@import "{{ site.theme }}";
header ul {
display: block;
background-color: white;
border: none;
width: auto;
height: auto;
padding: 0;
list-style: disc;
clear:both;
margin-left: 20px;
}
header li {
display: list-item;
width: auto;
border: none;
float: none;
height: auto;
}
header ul a {
display: inline;
width: auto;
text-align: left;
color: #39c;
font-size: 14px;
}