summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-09-03 17:21:04 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-09-03 17:21:04 +0200
commit0942d798f6ab24214466a484a21c8085e0ff7807 (patch)
tree6cb3266ec92bea886a798aa7ce551f3efc9ff903 /hyperkitty/static/css
parenta1d9f6e422ff41eb57709d12854a01ccd24cf82a (diff)
downloadhyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.tar.gz
hyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.tar.xz
hyperkitty-0942d798f6ab24214466a484a21c8085e0ff7807.zip
Improve navigation links
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/style.css9
1 files changed, 5 insertions, 4 deletions
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%;
}