Difference between revisions of "MediaWiki:Common.css"
m |
m |
||
Line 11: | Line 11: | ||
text-align: justify; | text-align: justify; | ||
text-justify: inter-word; | text-justify: inter-word; | ||
+ | } | ||
+ | |||
+ | |||
+ | reftable { | ||
+ | border-collapse: collapse; | ||
} | } |
Revision as of 12:23, 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;
}
reftable {
border-collapse: collapse;
}