mirror of
https://github.com/discourse/discourse.git
synced 2025-06-11 11:43:43 +08:00
Better spacing for nav header
This commit is contained in:
@ -251,7 +251,7 @@ ol.category-breadcrumb {
|
|||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 10px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
.list-controls {
|
.list-controls {
|
||||||
.nav {
|
.nav {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
Reference in New Issue
Block a user