diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:18:43 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-26 00:18:43 +0200 |
commit | cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a (patch) | |
tree | 7dc22b6ae071bc95b3541f948d8b18dd837c3e56 /css | |
parent | Added some more links (diff) | |
download | joe-www-cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a.tar.gz joe-www-cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a.tar.bz2 joe-www-cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a.tar.xz joe-www-cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a.tar.zst joe-www-cb248d8eae5803e90cfc5e26c5ff3e427c2d5c6a.zip |
Step-up
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/css/site.css b/css/site.css index d1e0faf..4587636 100644 --- a/css/site.css +++ b/css/site.css @@ -106,12 +106,12 @@ a:active { text-decoration: none; } -li { +div.sidebar li { display: list-item; list-style: square; } -ul { +div.sidebar ul { padding: 0pt 0pt 0pt 1em; margin: 0; } @@ -125,6 +125,7 @@ div.sidebar { margin-bottom: 1em; min-width: 15%; padding: 5pt; + border-radius: 0px 0px 0px 3px; } div.body-contents { @@ -146,7 +147,7 @@ div.body-contents h1 { } div.body-contents h2 { - font-size: 125%; + font-size: 130%; font-weight: bold; text-align: left; padding: 0em 0em 0.25rem 0em; @@ -157,20 +158,25 @@ div.body-contents h2 { } div.body-contents h3 { - font-size: 115%; + font-size: 120%; 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 { + font-weight: bold; color: #24c; } +div.body-contents li { + display: list-item; + list-style: square; +} + div.body-contents ul { padding: 0pt 0pt 0pt 1.5rem; margin: 0; |