streams/view/css/default.css

29 lines
385 B
CSS
Raw Normal View History

2014-03-04 11:27:53 +00:00
header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
main {
display: table;
2014-03-27 18:56:22 +00:00
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
}
2015-06-11 09:35:21 +00:00
aside {
display: table-cell;
vertical-align: top;
2014-03-22 20:10:26 +00:00
padding: 65px 7px 0px 7px;
2012-07-22 06:17:45 +00:00
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
2014-08-26 20:35:00 +00:00
padding: 65px 7px 200px 7px;
2012-07-22 06:17:45 +00:00
}