From 7ae5d70872ca47048e6e5477524f9ab0e08107b1 Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Wed, 24 Jun 2015 11:20:52 +0200 Subject: [PATCH] Tweaked some things for readabilty (schedule) --- resources/less/style.less | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/resources/less/style.less b/resources/less/style.less index 9d45d04..9094f3c 100644 --- a/resources/less/style.less +++ b/resources/less/style.less @@ -55,7 +55,6 @@ h1#title { div.schedule { display: table; margin: 10px auto; - border: solid 1px #e1e1e1; font-family: Open Sans; &.rip { @@ -74,7 +73,6 @@ div.schedule { padding: 0; list-style: none; text-align: right; - background-color: #e1e1e1; li { width: 25px; @@ -116,14 +114,23 @@ div.schedule { div.day { float: left; + &:nth-child(2) { + .hour { + border-left: none !important; + } + } + div.hour { width: 150px; height: 20px; - border-bottom: solid 1px #DDD; padding: 12px 0px; - border-bottom: 1px solid #e1e1e1; - border-left: 1px solid #FFF; position: relative; + border-bottom: solid 1px #000; + border-left: solid 1px #000; + + &:last-child { + border-bottom: none; + } a { text-decoration: none; @@ -162,8 +169,10 @@ div.schedule { &.title { text-align: center; - background-color: #E1E1E1; - border-color: #E1E1E1; + background-color: #000; + color: #FFF; + text-transform: uppercase; + font-family: Oswald; span { text-align: center;