Files
danbooru/app/assets/stylesheets/common/main_layout.css.scss
2011-10-03 14:30:25 -04:00

50 lines
625 B
SCSS

@import "000_vars.css.scss";
div#search {
margin-bottom: 1em;
}
div#page {
margin: 0 30px;
aside#sidebar {
width: 20%;
float: left;
h1 {
font-size: $h3_size;
}
ul {
list-style-type: none;
}
input[type=text] {
width: 10em;
}
}
aside#sidebar > section {
margin-bottom: 1em;
}
section#content {
width: 75%;
float: left;
margin-left: 2em;
overflow: visible;
}
}
footer#page-footer {
clear: both;
margin: 1em;
text-align: center;
padding-top: 1em;
border-top: 1px solid #EEE;
}
div.clearfix {
clear: both;
}