Difference between revisions of "MediaWiki:Common.css"

m
m
Line 5: Line 5:
 
     color:#002147;
 
     color:#002147;
 
     font-size:110%;
 
     font-size:110%;
 +
}
 +
 +
 +
.refabstract {
 +
    text-align: justify;
 +
    text-justify: inter-word;
 
}
 
}

Revision as of 12:31, 10 December 2015

/* CSS placed here will be applied to all skins */

.reftitle {
    font-weight: bold; 
    color:#002147;
    font-size:110%;
}


.refabstract {
    text-align: justify;
    text-justify: inter-word;
}