From 48c00718d00136c44d2f92fe8c1732b43a89900e Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 20 Dec 2014 15:24:37 +0100 Subject: build the frondpage using bootstrap grid wrap to one col on phone --- assets/css/lustige-styles.css | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'assets/css/lustige-styles.css') diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css index 22e9e37..c3f873d 100644 --- a/assets/css/lustige-styles.css +++ b/assets/css/lustige-styles.css @@ -5533,23 +5533,16 @@ a.inverted { margin: 0.6em 1.2em; } .rooms .room-group ul { list-style-type: none; - margin: 0; - padding: 0; } + padding: 0 0 5px 0; + margin: 0 -5px; } .rooms .room-group li { - background-color: #333333; - list-style-type: none; - width: 49.5%; - margin: 0; - padding: 0; - margin-top: 1%; - float: left; } - .rooms .room-group li.wide { - width: 100%; } + padding: 5px !important; } .rooms .room-group li .title { font-size: 1.75em; font-weight: bold; padding-bottom: 20px; } .rooms .room-group li a { + background-color: #333333; color: white; display: block; width: 100%; @@ -5558,8 +5551,6 @@ a.inverted { .rooms .room-group li a:hover { background-color: #1a1a1a; text-decoration: none; } - .rooms .room-group li:nth-child(2n+1) { - margin-right: 1%; } .rooms .program-teaser { color: #eeeeee; text-align: center; } -- cgit v1.2.3