diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 21:32:41 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 21:32:41 +0200 |
commit | 145d44fd32cd19df8c4d5468d90fd3ba5debe8a6 (patch) | |
tree | b6a680af3e871440bcc86e05b1284e85fc6e8ea5 /css | |
parent | Update (diff) | |
download | joe-www-145d44fd32cd19df8c4d5468d90fd3ba5debe8a6.tar.gz joe-www-145d44fd32cd19df8c4d5468d90fd3ba5debe8a6.tar.bz2 joe-www-145d44fd32cd19df8c4d5468d90fd3ba5debe8a6.tar.xz joe-www-145d44fd32cd19df8c4d5468d90fd3ba5debe8a6.tar.zst joe-www-145d44fd32cd19df8c4d5468d90fd3ba5debe8a6.zip |
Not too bad already
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 8d3bca6..433b5b9 100644 --- a/css/site.css +++ b/css/site.css @@ -187,6 +187,15 @@ div.body-contents h3 { color: #9d0006; } +div.body-contents h4 { + font-size: 110%; + font-weight: bold; + text-align: left; + padding: 0em 0em 0.25rem 0em; + margin: 0pt; + margin-top: 1em; +} + div.body-contents b { font-weight: bold; color: #9d0006; |