From 74c070279fb1c240779f9562ab6171ba32e3d744 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 27 Mar 2012 22:44:39 +0200 Subject: Add categories to main page --- static/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static') diff --git a/static/main.css b/static/main.css index 8a7f2b5..24b7f7f 100644 --- a/static/main.css +++ b/static/main.css @@ -18,6 +18,21 @@ body { font-family: "DejaVu Sans", sans-serif; } +.category { + display: block; + float: right; + padding: 0 5px; + border-left: 1px #202020 solid; + margin-left: 5px; +} + +.category:hover { + border-left: 1px #ffffff solid; + background-color: #dddddd; + color: #404040; + text-decoration: none; +} + .clear { clear: both; } -- cgit v1.2.3-54-g00ecf