Changes

suppress margin for the first child of the content div for the colored box (this is so the paragraph element doesn't expand the space between title and content)
Line 19: Line 19:  
}
 
}
   −
.mw-tpl-colorbox-title p {
+
.mw-tpl-colorbox-title p:first-child, .mw-tpl-colorbox-content p:first-child {
 
  margin: 0;
 
  margin: 0;
 
}
 
}
297

edits