Better spacing for nav header
This commit is contained in:
parent
aad7df2a1b
commit
14ea67c80b
|
@ -251,7 +251,7 @@ ol.category-breadcrumb {
|
|||
display: block;
|
||||
float: left;
|
||||
list-style: none;
|
||||
margin: 0 10px 0 0;
|
||||
margin: 0 10px 10px 0;
|
||||
padding: 0;
|
||||
|
||||
li {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
.list-controls {
|
||||
.nav {
|
||||
float: left;
|
||||
margin-bottom: 18px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
|
|
Loading…
Reference in New Issue