MediaWiki

Common.css: Difference between revisions

From Guiliani

No edit summary
No edit summary
Line 4: Line 4:
   margin-top: 1.0em;
   margin-top: 1.0em;
   margin-bottom: 0.3em;
   margin-bottom: 0.3em;
}
img.autowidth {
    width: auto;
    height: 100%;
}
}

Revision as of 12:43, 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: 1.0em;
  margin-bottom: 0.3em;
}

img.autowidth {
    width: auto;
    height: 100%;
}