# HG changeset patch # User root@drupal-mpiwg.rz-berlin.mpg.de # Date 1403259137 -7200 # Node ID 3d467de8749220fbb86b967803f1d823fb0aad82 # Parent d9767b5e93787dbdfc47e55135ca002954f2df5a remove some first-child rules for headers in lists. diff -r d9767b5e9378 -r 3d467de87492 layout.css --- a/layout.css Fri Jun 20 12:07:11 2014 +0200 +++ b/layout.css Fri Jun 20 12:12:17 2014 +0200 @@ -211,10 +211,11 @@ margin: 0.5em 0; } +/* roc: problem with first-child h1:first-child { - /* does this work correctly? */ margin-top: 0; } +*/ h2 { color: #c10000; @@ -1240,9 +1241,10 @@ margin-bottom: 0; } +/* roc: problem with first-child div.sideblock:first-child h2 { margin-top: 0; -} +} */ div.sideblock h3 { font-size: 12px;