Template:Infobox church/styles.css: Difference between revisions

ReformedMandalorian (talk | contribs)
ReformedMandalorian changed the content model of the page Template:Infobox church/styles.css from "wikitext" to "Sanitized CSS"
mNo edit summary
Tag: Manual revert
 
(19 intermediate revisions by 2 users not shown)
Line 8: Line 8:
}
}
.infobox-title {
.infobox-title {
     font-size: 2em;
     font-size: 1em;
    font-weight: bold;
     text-align: center;
     text-align: center;
}
}
Line 15: Line 16:
}
}
.infobox-table th {
.infobox-table th {
     text-align: right;
     text-align: left;
     vertical-align: top;
     vertical-align: top;
     width: 120px;
     width: 175px;
    font-size: 1em
}
}
.infobox-table td {
.infobox-table td {
     vertical-align: top;
     vertical-align: top;
    font-size: 1em;
}
}