about summary refs log tree commit diff stats
path: root/css/stark.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/stark.css')
-rw-r--r--css/stark.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/stark.css b/css/stark.css index e69de29..8195e8f 100644 --- a/css/stark.css +++ b/css/stark.css
@@ -0,0 +1,11 @@
1/* STARK RAVING css project rules */
2
3/* Tables */
4table { border-collapse: collapse; }
5td {
6 vertical-align: top;
7}
8tr {
9 border-bottom: 1px solid #aaa;
10 border-top: 1px solid #aaa;
11}