chiark / gitweb /
local css
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 14:00:44 +0000 (14:00 +0000)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 14:00:44 +0000 (14:00 +0000)
local.css [new file with mode: 0644]

diff --git a/local.css b/local.css
new file mode 100644 (file)
index 0000000..69da0b6
--- /dev/null
+++ b/local.css
@@ -0,0 +1,6 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+tr:nth-child(even) {background: #EEE}
+td:{border-left: 1; border-right:1}
\ No newline at end of file