diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:04:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:04:52 +0200 |
commit | fe3e14491cda23caae46922675885c21e3d403eb (patch) | |
tree | 939370294555f7bfb13cd41d6f646ce68b25210f /css | |
parent | Added some links to the links page (diff) | |
download | joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.gz joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.bz2 joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.xz joe-www-fe3e14491cda23caae46922675885c21e3d403eb.tar.zst joe-www-fe3e14491cda23caae46922675885c21e3d403eb.zip |
Added some more links
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/css/site.css b/css/site.css index fbf6fa5..d1e0faf 100644 --- a/css/site.css +++ b/css/site.css @@ -113,7 +113,7 @@ li { ul { padding: 0pt 0pt 0pt 1em; - margin: 0 0 1em; + margin: 0; } div.sidebar { @@ -156,6 +156,26 @@ div.body-contents h2 { border-bottom: 1px solid #24c; } +div.body-contents h3 { + font-size: 115%; + font-weight: bold; + text-align: left; + padding: 0em 0em 0.25rem 0em; + margin: 0pt; + margin-top: 1em; + color: #24c; + border-bottom: 1px solid #24c; +} + +div.body-contents b { + color: #24c; +} + +div.body-contents ul { + padding: 0pt 0pt 0pt 1.5rem; + margin: 0; +} + div.body-contents code { background-color: #e4e4e4; border-radius: 5px; |