blob: d4e1cb58909c8c1d4db5a762bef845c20f90439b (
plain)
1
2
3
4
5
6
7
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;}
ul, ol, dl { margin: 0em 1em 0em 2em; }
|