aboutsummaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/main.css b/main.css
index b6ae759..9ce6e35 100644
--- a/main.css
+++ b/main.css
@@ -2,6 +2,24 @@ form {
margin-bottom: 2ex;
}
+table {
+ border-collapse: collapse;
+ border: 1px solid black;
+}
+
+thead {
+ border-bottom: 1px solid black;
+}
+
+th, td {
+ border: 1px solid black;
+ padding: 2px 5px;
+}
+
+td:last-child {
+ text-align: right;
+}
+
input[name='pni-threshold'] {
text-align: right;
}