authorgravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-08-06 16:00:53+02:00
committergravatar for r00ster91@proton.meWooster <r00ster91@proton.me> 2022-08-06 16:01:43+02:00
log60b04b0988cdedb4bb9e1c67d0775a317510b703
tree96741c77adbee6bb1f7223ebdb501253294a55ea
parent2f5afe119412a53bc6cefb5fa395438231fce829

style: some more formatting


1 files changed, 5 insertions(+), 5 deletions(-)

lib/docs/index.html+5-5
......@@ -27,7 +27,7 @@
2727 --help-sh-color: rgba(0, 0, 0, 0.75);
2828 }
2929
30 html, body { margin: 0; padding:0; height: 100%; }
30 html, body { margin: 0; padding: 0; height: 100%; }
3131
3232 a {
3333 text-decoration: none;
......@@ -207,9 +207,9 @@
207207
208208 .docs pre {
209209 font-family: var(--mono);
210 font-size:1em;
211 background-color:#F5F5F5;
212 padding:1em;
210 font-size: 1em;
211 background-color: #F5F5F5;
212 padding: 1em;
213213 overflow-x: auto;
214214 }
215215
......@@ -225,7 +225,7 @@
225225 border-bottom: 0.0625rem dashed;
226226 }
227227
228 .docs h2 {
228 .docs h2 {
229229 font-size: 1.3em;
230230 margin: 0.5em 0;
231231 padding: 0;