Template:The Kings Law/Legislation/styles.css: Difference between revisions
From The Royal Court
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
p { | p { | ||
font-family:Georgia, Times, serif !important; | font-family:Georgia, Times, serif !important; | ||
} | |||
div.legislation-content { | |||
border: 1px solid rgb(162, 169, 177); | |||
padding: 2em; | |||
} | } |
Revision as of 19:30, 7 March 2024
p.legislation-heading {
font-family:Georgia, Times, serif;
font-size:2.5em;
text-align:center;
}
p.legislation-sub-heading {
font-family:Georgia, Times, serif;
font-size:1.8em;
text-align:center;
}
p.legislation-author {
font-family:Georgia, Times, serif;
text-align:center;
}
p.legislation-date {
font-family:Georgia, Times, serif;
text-align:right;
}
p {
font-family:Georgia, Times, serif !important;
}
div.legislation-content {
border: 1px solid rgb(162, 169, 177);
padding: 2em;
}