about summary refs log tree commit diff stats
path: root/css/stark.css
blob: 5f4af18e39d6a934b96f5620c0d6b6072358fd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* STARK RAVING css project rules */

/* TABLES {{{ */
table { border-collapse: collapse; }
td {
    vertical-align: top;
}
tr {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
/* tables }}} */