From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 08:46:29 +0000 (+0200) Subject: style of pre X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=2dcea32110af72e32919f5b2eae2165224814e63 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 {