summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-01-20 14:24:27 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-15 13:29:27 +0000
commit4fc162b07b2e9d8489e16ed647e5d96f5c66e10a (patch)
treeac2a2a5b86a5d789bd28b383851b28d7f293b928 /static
parent716ad28c18ac00c52797dc42c843569b1834fb88 (diff)
downloadlorry-controller-4fc162b07b2e9d8489e16ed647e5d96f5c66e10a.tar.gz
Add new Lorry Controller
Diffstat (limited to 'static')
-rw-r--r--static/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..8a6937d
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,18 @@
+table {
+ border: 1px solid black;
+}
+
+th, td {
+ padding-right: 2em;
+}
+
+th {
+ font-weight: bold;
+ text-align: left;
+}
+
+td {
+ font-family: monospace;
+ border-top: 1px solid black;
+ text-align: left;
+}