Tweaked some things for readabilty (schedule)

This commit is contained in:
Bram van der Veen 2015-06-24 11:20:52 +02:00
parent c86044882f
commit 7ae5d70872

View file

@ -55,7 +55,6 @@ h1#title {
div.schedule { div.schedule {
display: table; display: table;
margin: 10px auto; margin: 10px auto;
border: solid 1px #e1e1e1;
font-family: Open Sans; font-family: Open Sans;
&.rip { &.rip {
@ -74,7 +73,6 @@ div.schedule {
padding: 0; padding: 0;
list-style: none; list-style: none;
text-align: right; text-align: right;
background-color: #e1e1e1;
li { li {
width: 25px; width: 25px;
@ -116,14 +114,23 @@ div.schedule {
div.day { div.day {
float: left; float: left;
&:nth-child(2) {
.hour {
border-left: none !important;
}
}
div.hour { div.hour {
width: 150px; width: 150px;
height: 20px; height: 20px;
border-bottom: solid 1px #DDD;
padding: 12px 0px; padding: 12px 0px;
border-bottom: 1px solid #e1e1e1;
border-left: 1px solid #FFF;
position: relative; position: relative;
border-bottom: solid 1px #000;
border-left: solid 1px #000;
&:last-child {
border-bottom: none;
}
a { a {
text-decoration: none; text-decoration: none;
@ -162,8 +169,10 @@ div.schedule {
&.title { &.title {
text-align: center; text-align: center;
background-color: #E1E1E1; background-color: #000;
border-color: #E1E1E1; color: #FFF;
text-transform: uppercase;
font-family: Oswald;
span { span {
text-align: center; text-align: center;