X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fstyle.css;h=fa34a115fa5e11847dbfdff8e0b4efed6a747df7;hp=7a965e7cd52031830eabce0b0ce00d2538166908;hb=35e1d5edeb96597a4524ce702392e65a4d234852;hpb=cd1556c5be724fd07f2f9755c41a68482f8cdf48 diff --git a/www/style.css b/www/style.css index 7a965e7..fa34a11 100644 --- a/www/style.css +++ b/www/style.css @@ -43,6 +43,17 @@ footer a, footer a:visited, footer a:hover, footer i { color: white; } +footer li { + list-style: none; + margin: 0; + padding: 0; +} + +footer ul { + margin: 0; + padding: 0; +} + h1 { font-size: 250%; font-weight: bold; @@ -139,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; +}