From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 08:46:29 +0000 (+0200) Subject: style of pre X-Git-Url: https://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=2dcea32110af72e32919f5b2eae2165224814e63;hp=16a9a8c4d7da7d114ee9e2f27062a4547fbb342f style of pre --- diff --git a/www/style.css b/www/style.css index b4e45cd..2347e88 100644 --- a/www/style.css +++ b/www/style.css @@ -74,7 +74,9 @@ nav a:hover { pre { margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em; - background-color: #dfdfdf; + border-left-style: solid; + border-left-color: black; + border-left-width: 6px; } code {