From 35e1d5edeb96597a4524ce702392e65a4d234852 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 4 Feb 2017 23:23:01 +0100 Subject: [PATCH] added style of the toc --- www/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} -- 2.7.4