Difference between revisions of "MediaWiki:Print.css"

From FHM Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect the print output: .dewi { text-align: center; }")
 
 
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.dewi {
.dewi {
     text-align: center;
     text-align: center!important;
}
}

Latest revision as of 13:38, 21 September 2021

/* CSS placed here will affect the print output */
.dewi {
    text-align: center!important;
}