From 5c27b257eea9a9c8f5a70f5ffc9c2a290626f001 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 28 May 2014 13:18:45 +0300 Subject: Proper channels and subchannels --- static/css/main.css | 3 +++ templates/home.html | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 62dea16..6ec56a8 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,3 +1,6 @@ +.light-channel:nth-child(2n) { + background-color: #ccc; +} .light-cell-btn { margin: 2px; } diff --git a/templates/home.html b/templates/home.html index 0140224..b8f8e18 100644 --- a/templates/home.html +++ b/templates/home.html @@ -11,10 +11,11 @@ -- cgit v1.3.1