mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 09:43:06 +00:00
theme: fix select box left margin in Chrome #178
FF shows additional space and it's unclear where this comes from
This commit is contained in:
parent
5ff752e441
commit
fe78574f3b
1 changed files with 0 additions and 3 deletions
|
@ -1395,9 +1395,6 @@ h6 a {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#sidebar .select-container span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select-style {
|
.select-style {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue