summaryrefslogtreecommitdiffstats
path: root/_custom.css
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-13 11:47:38 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-13 11:47:38 +0200
commit2be34e31b835521558d4a5ca076eb196517fab53 (patch)
treef4706ea421a1ad74d516b3263a8dc1aac49798ab /_custom.css
parentf8d9e193d572ba415da3de2e19738ddb6db06b3d (diff)
downloadrooter_wiki-2be34e31b835521558d4a5ca076eb196517fab53.tar.gz
rooter_wiki-2be34e31b835521558d4a5ca076eb196517fab53.zip
gridded tables
Diffstat (limited to '_custom.css')
-rw-r--r--_custom.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/_custom.css b/_custom.css
new file mode 100644
index 0000000..ec5b305
--- /dev/null
+++ b/_custom.css
@@ -0,0 +1,8 @@
+@import url("screen.css"); /* default gitit screen styles */
+@import url("hk-pyg.css"); /* for syntax highlighting */
+
+/* Put your custom style modifications here: */
+
+table.gridded {border: 1px solid black; border-collapse: collapse; border-spacing:2px;}
+table.gridded th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;}
+