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 { #fourchanx-settings > nav {
display: flex; display: flex;
padding: 2px 2px 0; padding: 2px 2px .5em;
} }
#fourchanx-settings > nav a { #fourchanx-settings > nav a {
text-decoration: underline; text-decoration: underline;

View File

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