old-homepage/mainstyle.css
2016-06-12 14:27:29 +02:00

27 lines
336 B
CSS

@import "base.css";
.spoilertitle {
display: none;
cursor: pointer;
}
nav {
width: 10%;
display:table-cell;
}
main {
width: 70%;
display:table-cell;
padding: 5px;
}
aside {
width: 20%;
display: table-cell;
}
.table {
background-color: interhit;
display: table;
width: 100%;
}
.tablerow {
display:table-row;
}