summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 00:49:57 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-17 00:49:57 -0400
commit046d541904ca89db055803a36c656eb7121f3ccd (patch)
tree48e46edc7a089cbe3770bbb35441246f964de61c
parent725d6260fa6aa8a7340298597e3b08063c842b15 (diff)
Update css
-rw-r--r--stagit-index.c3
-rw-r--r--style.css5
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("</tbody>\n</table>\n</div>\n"
"<h2 id=\"contribute\">Contribute</h2>\n"
"<p>The best way to contribute to my repositories is to contact me through email at <a href=\"mailto:benjamin@chausse.xyz\">benjamin@chausse.xyz</a>.</p>\n"
- "<pre><code>git config format.subjectPrefix \"PATCH &lt;name-of-repository&gt;\"</code></pre>\n"
- "<p>You submit a pull request on <a href=\"https://github.com/ChausseBenjamin\">Github</a> if you prefer.</p>\n"
+ "<p>You can also submit a pull request on <a href=\"https://github.com/ChausseBenjamin\">Github</a> if you prefer.</p>\n"
"</div>\n</body>\n</html>\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 {