From: Mischa POSLAWSKY Date: Fri, 28 Apr 2017 02:41:44 +0000 (+0200) Subject: common: align all preformatted html (debug alerts) X-Git-Tag: v1.10~35 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/1303498b614eb9ca37bf8a9410776636cc837ba0 common: align all preformatted html (debug alerts) --- diff --git a/base.css b/base.css index c4c943a..ec33cf7 100644 --- a/base.css +++ b/base.css @@ -98,7 +98,7 @@ ul { list-style: none; } -#source pre { +pre { display: inline-block; text-align: left; }