diff options
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; +} |