From 0942d798f6ab24214466a484a21c8085e0ff7807 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 3 Sep 2012 17:21:04 +0200 Subject: Improve navigation links --- hyperkitty/static/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 38a5278..ef9bfa2 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -53,6 +53,7 @@ body { list-style-type: none; } + /* Add icons to some text */ .participant { background: url("../img/participant.png") no-repeat scroll left top; @@ -167,6 +168,10 @@ body { margin-left: 20px; } +.nav .root { + font-weight: bold; +} + #thread_content { width: 70%; } @@ -186,10 +191,6 @@ body { margin-left:10px; } -#list_name { - font-weight: bold; -} - #page_date { font-size: 150%; } -- cgit