diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 22:09:41 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-22 22:09:41 +0200 |
commit | 274dbd56bae604d6f3365e1b4dc2e4f872a239db (patch) | |
tree | 753b4ac465c1304491030983c26d56987d191582 /css | |
parent | Better (diff) | |
download | joe-www-274dbd56bae604d6f3365e1b4dc2e4f872a239db.tar.gz joe-www-274dbd56bae604d6f3365e1b4dc2e4f872a239db.tar.bz2 joe-www-274dbd56bae604d6f3365e1b4dc2e4f872a239db.tar.xz joe-www-274dbd56bae604d6f3365e1b4dc2e4f872a239db.tar.zst joe-www-274dbd56bae604d6f3365e1b4dc2e4f872a239db.zip |
sans-serif test
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/css/site.css b/css/site.css index c73d0cc..b8b233c 100644 --- a/css/site.css +++ b/css/site.css @@ -1,6 +1,7 @@ body { background-colo-r: #f5f5f5; /* background-color: #ffffff; */ + font-family: sans-serif; margin: 0pt; padding: 0pt; } @@ -74,8 +75,8 @@ div.sidebar ul { div.body-contents { padding: 5pt; - margin-left: 10%; - margin-right: 10%; + margin-left: 20%; + margin-right: 20%; } div.body-contents h1 { @@ -94,3 +95,15 @@ div.body-contents h2 { padding: 0em 0em 0em 0em; margin: 0pt; } + +div.body-contents code { + background-color: #f4f4f4; +} + +div.body-contents pre { + background-color: #e4e4e4; + display: block; + margin: 0em 20% 0em 1em; + padding: 10px 10px 10px 10px; + white-space: pre; +} |