diff css/mpiwg.css @ 97:7b96a85552aa

fix bugs in project editing. only show images with captions in project description.
author casties
date Tue, 21 May 2013 15:51:32 +0200
parents 45c7b240ee93
children f4ac675b2031
line wrap: on
line diff
--- a/css/mpiwg.css	Thu May 16 15:58:28 2013 +0200
+++ b/css/mpiwg.css	Tue May 21 15:51:32 2013 +0200
@@ -89,6 +89,11 @@
     margin: 0;
 }
 
+h3 + h3 {
+    /* h3 directly after h3 has a margin */
+    margin-top: 0.5em; 
+}
+
 h1 a {
     /* a header with a link looks like a header */
     color: inherit;