Simplify setting's section html and css.

This commit is contained in:
Mayhem 2014-02-12 15:39:17 +01:00
parent bcac6d1f82
commit b19dedb686
2 changed files with 2 additions and 12 deletions

View File

@ -288,16 +288,8 @@ a[href="javascript:;"] {
.tab-selected {
font-weight: 700;
}
.section-container {
#fourchanx-settings > section {
flex: 1;
position: relative;
}
.section-container > section {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
}
.section-sauce ul,

View File

@ -12,7 +12,5 @@
</div>
</nav>
<hr>
<div class="section-container">
<section></section>
</div>
<section></section>
</div>