From 13f194d7ff114100e1fa4fd265fde285c3191bf7 Mon Sep 17 00:00:00 2001 From: Andreas Valder <andreasv@fsmpi.rwth-aachen.de> Date: Mon, 29 Aug 2016 13:41:58 +0200 Subject: [PATCH] css is a bitch... --- static/style.css | 2 +- templates/videos.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 5b9fa14..f294f59 100644 --- a/static/style.css +++ b/static/style.css @@ -1,2 +1,2 @@ .videopreview li:nth-child(even) { background: #f5f5f5; } -.courses-list li:nth-child(even) { background: #fAfAfA; } +.courses-list li:nth-child(even) { background: #fAfAfA; } diff --git a/templates/videos.html b/templates/videos.html index 931c1d6..2c03083 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -20,7 +20,7 @@ <div class="panel-heading"> <h1 class="panel-title">{{g.grouper}}</h1> </div> - <ul class="courses-list list-group"> + <ul class="{% if not ismod() %}courses-list {% endif %}list-group"> {% for i in g.list %} {% if groupedby == 'semester' %} {{ course_list_item(i) }} -- GitLab