From a049fc7cdcc2615fdab51d17bbc10c9cb07d3952 Mon Sep 17 00:00:00 2001
From: Radek Czajka 
Date: Thu, 14 Oct 2010 12:14:34 +0200
Subject: [PATCH 1/1] sexy collection links
---
 wolnelektury/static/css/master.css              | 11 +++++++++++
 wolnelektury/templates/catalogue/main_page.html |  7 ++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css
index adc1708c1..e40d1d283 100644
--- a/wolnelektury/static/css/master.css
+++ b/wolnelektury/static/css/master.css
@@ -228,6 +228,17 @@ p .ac_input {
     text-transform: uppercase;
 }
 
+/* ============== */
+/* = Search bar = */
+/* ============== */
+
+.collections a {
+    color: white;
+    margin: 0 0.5em;
+}
+
+
+
 /* ============= */
 /* = Tags list = */
 /* ============= */
diff --git a/wolnelektury/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html
index e3efe7ef3..f72609b33 100644
--- a/wolnelektury/templates/catalogue/main_page.html
+++ b/wolnelektury/templates/catalogue/main_page.html
@@ -11,7 +11,12 @@
     
     
     
 
     
-- 
2.20.1