diff options
author | a klosch <klosch@netresearch.de> | 2011-12-08 22:08:34 +0100 |
---|---|---|
committer | a klosch <klosch@netresearch.de> | 2011-12-08 22:08:34 +0100 |
commit | 343edab3eb5284dd0ec236883974f16b486e6e3b (patch) | |
tree | f626c4f3a81cdfd49a06eeb0e8fa240753288f67 /public/css | |
parent | 3c87791f9b82186244639673e2e1d88d03266250 (diff) | |
parent | 99c1918e204e721daad905e614f89a78bbc37805 (diff) |
Merge branch 'master' of sublab.org:website
Conflicts:
template/topic/topic
Diffstat (limited to 'public/css')
-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; |