Remove the <hr> below settings nav.

It's not displayed in a flex container.
This commit is contained in:
Mayhem 2014-02-25 01:02:00 +01:00
parent ac8e05dd22
commit 4daab2b160
2 changed files with 1 additions and 2 deletions

View File

@ -276,7 +276,7 @@ a[href="javascript:;"] {
}
#fourchanx-settings > nav {
display: flex;
padding: 2px 2px 0;
padding: 2px 2px .5em;
}
#fourchanx-settings > nav a {
text-decoration: underline;

View File

@ -11,6 +11,5 @@
<a href="javascript:;" class="close fa fa-times" title="Close"></a>
</div>
</nav>
<hr>
<section></section>
</div>