diff --git a/doc/RFC.md b/doc/RFC.md index 42effa2..1f4d556 100644 --- a/doc/RFC.md +++ b/doc/RFC.md @@ -2,7 +2,7 @@ > version 1.0.0 -date: 2023-03-31T19:53:15+0200 (generated by `./make doc`) +date: 2023-03-31T19:57:25+0200 (generated by `./make doc`) [![Actions Status](https://github.com/coderofsalvation/xrfragment/workflows/test/badge.svg)](https://github.com/coderofsalvation/xrfragment/actions) diff --git a/doc/style.css b/doc/style.css index 0eeae75..0a12822 100644 --- a/doc/style.css +++ b/doc/style.css @@ -20,7 +20,7 @@ --gradient-2: linear-gradient(45deg, #dc2454 0%, #944a9d 21%, #4824dc 50%,#dc2454 70%, #944a9d 88%, #4824dc 100%); } -h1 { +body>h1:nth-child(1) { display:none; } @@ -275,8 +275,10 @@ nav.hide { opacity:0; } -ul { - margin-left:30px; +ul, ol { + margin-left:30px !important; + margin-top: 35px !important; + margin-bottom: 35px !important; } ul:nth-child(1){ margin:0; @@ -284,7 +286,7 @@ ul:nth-child(1){ ul,li{ text-decoration:none !important; - list-style:none; + /*list-style:none;*/ padding-left:10px; padding-right:10px; }