From 3d46f442a89f0d50bc06f3b9fd19a01f2f3a4310 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 14 Jul 2017 18:15:04 -0400 Subject: Indent code blocks via CSS Now that it's done via CSS, code should be indented consistently across the whole website. --- www/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/global.css b/www/global.css index b325ef31..80309059 100644 --- a/www/global.css +++ b/www/global.css @@ -17,6 +17,10 @@ body { color: #222; } +pre { + margin-left: 2.5em +} + #logo { width: 20%; float: right; -- cgit v1.2.3-70-g09d2