about summary refs log tree commit diff stats
path: root/css/stark.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 11:51:04 -0700
committerCase Duckworth2015-03-03 11:51:04 -0700
commitea8f7c796cc669e99f171918bca50eaf71f4533b (patch)
tree5f53d35e82aa9ff19a3178af9313fab780ab3b21 /css/stark.css
parentAdd to TODO.txt (diff)
downloadautocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz
autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip
Add genre, project js to template; add Georgia to css
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}