summaryrefslogtreecommitdiff
path: root/templates/main.css
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-03-11 15:07:33 +0000
committernia <nia@pkgsrc.org>2021-03-11 15:07:33 +0000
commit03678f6a7976a2bd8f51c6f45bd973488d70f13d (patch)
tree9bc24dfe5bf9c9996363f1ca59431d29a90454d8 /templates/main.css
parent72cd5e7bb024459801a318c3ec3eb8e9b9cd70fb (diff)
downloadpkgsrc-03678f6a7976a2bd8f51c6f45bd973488d70f13d.tar.gz
lil bit more table padding
Diffstat (limited to 'templates/main.css')
-rw-r--r--templates/main.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/main.css b/templates/main.css
index a3957d1e361..f44477dd899 100644
--- a/templates/main.css
+++ b/templates/main.css
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.6 2021/03/08 16:37:59 nia Exp $ */
+/* $NetBSD: main.css,v 1.7 2021/03/11 15:07:33 nia Exp $ */
body {
font-family: sans-serif;
@@ -67,3 +67,7 @@ hr {
nav {
margin-bottom: 1em;
}
+
+th {
+ padding-right: 90px;
+}