From 046d541904ca89db055803a36c656eb7121f3ccd Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 17 Oct 2020 00:49:57 -0400 Subject: Update css --- stagit-index.c | 3 +-- style.css | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/stagit-index.c b/stagit-index.c index f2116a5..7ae9f6c 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -88,8 +88,7 @@ writefooter(FILE *fp) fputs("\n\n\n" "

Contribute

\n" "

The best way to contribute to my repositories is to contact me through email at benjamin@chausse.xyz.

\n" - "
git config format.subjectPrefix \"PATCH <name-of-repository>\"
\n" - "

You submit a pull request on Github if you prefer.

\n" + "

You can also submit a pull request on Github if you prefer.

\n" "\n\n\n", fp); } diff --git a/style.css b/style.css index 689b12a..c7895f9 100644 --- a/style.css +++ b/style.css @@ -25,6 +25,10 @@ h1, h2, h3, h4, h5, h6 { margin: 0; } +h2#contribute { + padding-top: 12px; +} + img, h1, h2 { vertical-align: middle; } @@ -62,6 +66,7 @@ table thead td { table td { padding: 0 0.4em; + max-width: 70%; } #content table td { -- cgit v1.2.3