summaryrefslogtreecommitdiffstats
path: root/website/src/about/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/about/style.css')
-rw-r--r--website/src/about/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/website/src/about/style.css b/website/src/about/style.css
new file mode 100644
index 0000000..432c706
--- /dev/null
+++ b/website/src/about/style.css
@@ -0,0 +1,15 @@
+table {
+ width: 40em;
+}
+
+table th {
+ width: 10em;
+ text-align: right;
+ vertical-align: top;
+ padding-right: 1em;
+}
+
+table td {
+ vertical-align: top;
+ padding-bottom: 1em;
+}