summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-10 15:46:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-10 15:46:53 +0300
commit9814201286d6b8550135c95b88e4e621f6bd7611 (patch)
tree95e5534ca8635718b74f8c3814d44cf9cf14a6d5 /local.css
parent3a5ddbcd011716099697bdb4f7fe2c7b8be3e975 (diff)
downloadick.liw.fi-9814201286d6b8550135c95b88e4e621f6bd7611.tar.gz
Add: stylesheets
Diffstat (limited to 'local.css')
-rw-r--r--local.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..b595ab2
--- /dev/null
+++ b/local.css
@@ -0,0 +1,27 @@
+table {
+ border-collapse: collapse;
+}
+
+table, th, td {
+ border: 1px solid #ddd;
+ text-align: left;
+}
+
+th, td {
+ padding: 10px;
+}
+
+/* code formatting */
+pre.hl {
+ background: #ddd;
+}
+
+/* outlines; this overrides style.css */
+li.L1 { list-style: decimal; }
+li.L2 { list-style: decimal; }
+li.L3 { list-style: decimal; }
+li.L4 { list-style: decimal; }
+li.L5 { list-style: decimal; }
+li.L6 { list-style: decimal; }
+li.L7 { list-style: decimal; }
+li.L8 { list-style: decimal; }