diff options
-rw-r--r-- | template/header.html | 3 | ||||
-rw-r--r-- | template/index.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/template/header.html b/template/header.html index 9d99415..19342a0 100644 --- a/template/header.html +++ b/template/header.html @@ -18,7 +18,8 @@ } h1,h2,h3{line-height:1.2} footer{text-align:center} - pre{overflow-x:auto} + pre,blockquote{overflow-x:auto} + p{text-align:justify} @media print{ body{max-width:none;font-size:1em} .noprint{display:none} diff --git a/template/index.html b/template/index.html index a5f7fc7..af7de82 100644 --- a/template/index.html +++ b/template/index.html @@ -1,7 +1,7 @@ <header> <p>Hello and welcome, my name is Vincent and you've landed on the small space where I ramble mainly about IT and occasionally other topics. You can check my articles below, my <a href="//git.vdouillet.fr" title="git.vdouillet.fr">git repos</a> or the <a href="/about.html" title="about">about</a> page.</p> </header> -<ul> +<ul style="list-style-type:none;padding-left:0"> <li><a href="/browsing-gems.html" title="Browsing gems">10-11-2021 Browsing gems</a></li> <li><a href="/raspberry-pi-white-noise-machine.html" title="Raspberry Pi white noise machine">09-29-2021 Raspberry Pi white noise machine</a></li> <li><a href="/openbsd-simple-git-server.html" title="Simple git server on OpenBSD">09-11-2021 Simple git server on OpenBSD</a></li> |