From 2027ffc49f194da2892938e0cd5868cd286a06f6 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 11 Sep 2018 01:59:09 +0200 Subject: [website] force-align pre blocks to the left --- website/resources/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'website') diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index f81a3dd9..995f298a 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -7,6 +7,10 @@ margin-bottom: 40px; } +pre { + text-align: left; +} + .buttonLike { cursor: pointer; background: -webkit-linear-gradient(top, #FFFEF7, #CFCEC7); -- cgit