diff options
author | MaZderMind | 2015-12-28 16:36:06 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-28 16:36:06 +0100 |
commit | f271e140787d58a8aaa6815344501f8ccb09f27e (patch) | |
tree | ff20790b3a4b991b83df5c31a931bb102a22e3c1 /assets/css | |
parent | a69ef76e8c73a240d260cd60077dfcd42a6f284e (diff) |
make the click-targets in he schedule bigger, thanks @sebastian
Diffstat (limited to '')
-rw-r--r-- | assets/css/_schedule.less | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/assets/css/_schedule.less b/assets/css/_schedule.less index 0151154..72ea294 100644 --- a/assets/css/_schedule.less +++ b/assets/css/_schedule.less @@ -40,8 +40,16 @@ height: 75px; } + a:hover { + text-decoration: none; + } + + .inner { + display: block; + padding: 10px; + height: 100%; + } - padding: 10px; border: 1px solid @schedule-border; h3 { @@ -64,10 +72,6 @@ @media (max-width: @screen-xs-max) { font-size: 15px; } - - a { - color: @schedule-room; - } } h5 { |