From 2be34e31b835521558d4a5ca076eb196517fab53 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 13 Sep 2012 11:47:38 +0200 Subject: gridded tables --- _custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _custom.css (limited to '_custom.css') 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;} + -- cgit v1.2.3