changeset 2:3d467de87492 default tip

remove some first-child rules for headers in lists.
author root@drupal-mpiwg.rz-berlin.mpg.de
date Fri, 20 Jun 2014 12:12:17 +0200
parents d9767b5e9378
children
files layout.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;