summaryrefslogtreecommitdiff
path: root/project/assets/css
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2024-10-15 00:43:06 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2024-10-15 00:43:06 +1300
commit1c891069797058d31d7e201b1325d45dc83bc175 (patch)
treef49c932dcff86e3d299af75d0dea439e3b70348f /project/assets/css
parent64ac0b5046bb24d127bc5cb81c443a195b3a1ce5 (diff)
Auckland rail map article addedHEADmaster
Diffstat (limited to 'project/assets/css')
-rw-r--r--project/assets/css/aucklandrail.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/project/assets/css/aucklandrail.css b/project/assets/css/aucklandrail.css
new file mode 100644
index 0000000..203fe00
--- /dev/null
+++ b/project/assets/css/aucklandrail.css
@@ -0,0 +1,21 @@
+
+
+table {
+ margin: 2em auto 2em auto;
+ border: 1px solid gray;
+ width: 80%;
+ text-align: center;
+}
+
+table th {
+ border: 1px solid gray;
+ width: 16%;
+}
+
+table td {
+ padding: 0.5em 1em 0.5em 1em;
+ border: 1px solid gray;
+ width: 16%;
+}
+
+