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

From ReformedWiki.org, the wiki for Reformed Christianity
mNo edit summary
Tag: Reverted
m Reverted edits by BrantleyRider (talk) to last revision by ReformedMandalorian
Tag: Rollback
Line 23: Line 23:
.infobox-table td {
.infobox-table td {
     vertical-align: top;
     vertical-align: top;
     font-size: 1em;
     font-size: 1em
    overflow-wrap: break-word;
    white-space: normal;
}
}

Revision as of 01:09, 26 February 2025

.infobox_church {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
    width: 160px;
    font-size: 1em
}
.infobox-table td {
    vertical-align: top;
    font-size: 1em
}