mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
less restrictive to allow plugin outlets
for extra-nav-items
This commit is contained in:
parent
b2cfad5f47
commit
95f7b60212
@ -8,7 +8,7 @@
|
|||||||
%nav {
|
%nav {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
li > a {
|
li a {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -56,7 +56,7 @@
|
|||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
> a {
|
a {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 13px 13px 13px 30px;
|
padding: 13px 13px 13px 30px;
|
||||||
font-size: 1.143em;
|
font-size: 1.143em;
|
||||||
|
Loading…
Reference in New Issue
Block a user