comparison 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
comparison
equal deleted inserted replaced
96:2dd8e3be4a8e 97:7b96a85552aa
85 h3 { 85 h3 {
86 color: #3b4186; 86 color: #3b4186;
87 font-size: 14px; 87 font-size: 14px;
88 font-weight: normal; 88 font-weight: normal;
89 margin: 0; 89 margin: 0;
90 }
91
92 h3 + h3 {
93 /* h3 directly after h3 has a margin */
94 margin-top: 0.5em;
90 } 95 }
91 96
92 h1 a { 97 h1 a {
93 /* a header with a link looks like a header */ 98 /* a header with a link looks like a header */
94 color: inherit; 99 color: inherit;