diff options
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/style.css | 9 |
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%; } |