# HG changeset patch # User Christophe Lincoln # Date 1306707871 -7200 # Node ID 50314f267be70db31ee0883a07030f2b210b26ad # Parent db0df9e1b946a2be2038aa8704547ab447bf05fb style.css: add #network by default diff -r db0df9e1b946 -r 50314f267be7 web/style.css --- a/web/style.css Sun May 29 21:00:54 2011 +0100 +++ b/web/style.css Mon May 30 00:24:31 2011 +0200 @@ -35,10 +35,25 @@ font-style: italic; } -#header h1 a:hover { +#header h1 a:hover, #network a:hover { color: #d66018; } +/* Header links */ + +#network { + float: right; + padding: 10px 5px 0; + font-size: 12px; +} + +#network a { + padding: 0 6px; + color: #fff; + font-weight: bold; + text-decoration: none; +} + /* Content */ #content {