# HG changeset patch # User casties # Date 1370024204 -7200 # Node ID 636fc61e64e7d83b431bfab3a0e79f822a51a64e # Parent 87122259f8886835f2671a05338e215ad20ba32d more style diff -r 87122259f888 -r 636fc61e64e7 css/mpiwg.css --- a/css/mpiwg.css Fri May 31 17:57:49 2013 +0200 +++ b/css/mpiwg.css Fri May 31 20:16:44 2013 +0200 @@ -65,6 +65,10 @@ padding-left: 23px; } +a.namelink { + color: #3b4186; +} + h1 { color: #3b4186; font-size: 20px; @@ -84,7 +88,7 @@ margin: 1em 0 0.5em 0; } -h2:first-child { +div > h2:first-child { /* does this work correctly? */ margin-top: 0; } @@ -108,6 +112,13 @@ text-decoration: none; } +h2 a { + /* a header with a link looks like a header */ + color: inherit; + font-weight: inherit; + text-decoration: none; +} + p { margin: 0.5em 0; line-height: 1.5; @@ -135,6 +146,10 @@ clear: both; } +.blue { + color: #3b4186; +} + /* * table-like rows and columns */ diff -r 87122259f888 -r 636fc61e64e7 zpt/www/common_template.zpt --- a/zpt/www/common_template.zpt Fri May 31 17:57:49 2013 +0200 +++ b/zpt/www/common_template.zpt Fri May 31 20:16:44 2013 +0200 @@ -58,7 +58,7 @@ - +