diff options
author | Florian <florianraemisch@web.de> | 2011-11-13 23:43:49 +0100 |
---|---|---|
committer | Florian <florianraemisch@web.de> | 2011-11-13 23:43:49 +0100 |
commit | 061d6c873de32e6ded235ad840393bbc4352cbdc (patch) | |
tree | e17283e82aa7b836e7b05021985c0264b59daee3 | |
parent | 25365961b133c6bf39f07535823c93e33ec197f8 (diff) |
modified sublab css for member display in status monitor
-rw-r--r-- | public/css/sublab-2011-11-02.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/sublab-2011-11-02.css b/public/css/sublab-2011-11-02.css index 309363d..20e9c5b 100644 --- a/public/css/sublab-2011-11-02.css +++ b/public/css/sublab-2011-11-02.css @@ -265,6 +265,14 @@ span.header { margin-right: 10px; } +.member { + line-height: 20px; + font-weight: bold; + margin-left: 10px; + margin-right: 10px; + text-align: center; + } + a { text-decoration: none; border-bottom: 1px dotted; |