From: Jean-Philippe Orsini Date: Sat, 4 Feb 2017 22:23:01 +0000 (+0100) Subject: added style of the toc X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=35e1d5edeb96597a4524ce702392e65a4d234852 added style of the toc --- diff --git a/www/style.css b/www/style.css index 4574914..fa34a11 100644 --- a/www/style.css +++ b/www/style.css @@ -150,3 +150,11 @@ code { img { max-width: 100%; } + +#toc { + margin: 0em 2rem 0em 2rem; + padding: 1em; + background-color: white; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +}