]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
corrected upper margin of header in css
authorJan Michel <j.michel@gsi.de>
Fri, 12 Jul 2013 18:13:53 +0000 (20:13 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 12 Jul 2013 18:13:53 +0000 (20:13 +0200)
web/htdocs/layout/styles.css

index 05ed6458464e341f137d3729e252e09aedc48973..0711cd309d6bf9983279a696858851168468d933 100644 (file)
@@ -18,8 +18,8 @@ h2 {
 /*   float:left; */
   background:#f9f9f9;
   border-bottom:1px solid #ccc;
-  padding:0px 10px 5px 10px;
-  margin: 10px 0 10px  -25px;
+  padding:10px 10px 5px 10px;
+  margin: 0px 0 10px  -25px;
 }
 
 h3 {