This repository has been archived on 2021-07-13. You can view files and clone it, but cannot push or open issues or pull requests.
feedfu/app/assets/stylesheets/layout.css.scss
2013-01-10 22:21:23 +01:00

28 lines
309 B
SCSS

@import "config";
aside {
width: 350px;
float: left;
ul {
list-style-type: none;
padding: 0 5px;
//background-color: $main_color4;
}
}
section#feed_content {
float: left;
max-width: 750px;
ul {
list-style-type: none;
padding: 0 10px;
}
}
.clearing {
clear: both;
}