This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/view/css/default.css
2014-03-07 21:17:29 +01:00

26 lines
363 B
CSS

header #banner {
position: fixed;
top: 0;
width: 250px;
margin-left: auto;
margin-right: auto;
}
aside#region_1 {
min-width: 210px;
display: table-cell;
vertical-align: top;
padding: 65px 10px 10px 10px;
}
aside input[type='text'] {
width: 174px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 0px 200px 10px;
}