MediaWiki

Difference between revisions of "Common.css"

From Guiliani

Line 2: Line 2:
 
body.page-Welcome_to_Guiliani_de.action-view h2.title, body.page-Welcome_to_Guiliani_de.action-submit h2.title { display: none; }
 
body.page-Welcome_to_Guiliani_de.action-view h2.title, body.page-Welcome_to_Guiliani_de.action-submit h2.title { display: none; }
 
h2, h3, h4, h5, h6 {
 
h2, h3, h4, h5, h6 {
   margin-top: calc(0.7em+10px);
+
   margin-top: 0.7em;
 
   margin-bottom: 0.3em;
 
   margin-bottom: 0.3em;
 
}
 
}

Revision as of 10:50, 25 January 2017

/* CSS placed here will be applied to all skins */
body.page-Welcome_to_Guiliani_de.action-view h2.title, body.page-Welcome_to_Guiliani_de.action-submit h2.title { display: none; }
h2, h3, h4, h5, h6 {
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}