about summary refs log tree commit diff stats
path: root/css/stark.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-24 22:53:18 -0700
committerCase Duckworth2015-03-24 22:53:18 -0700
commitdf0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb (patch)
tree9cb3585e91c71e0d56bff5fb1f0d6c8dc5f8c093 /css/stark.css
parentDisable Jekyll page rendering (diff)
downloadautocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.tar.gz
autocento-df0d5f3cb03f8bf7d72e067c0fd7ee54ce4b86eb.zip
Change template and CSS for flatter structure
- Change CSS to one file
- Change template to reflect CSS flattening
Diffstat (limited to 'css/stark.css')
-rw-r--r--css/stark.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/css/stark.css b/css/stark.css deleted file mode 100644 index 5f4af18..0000000 --- a/css/stark.css +++ /dev/null
@@ -1,12 +0,0 @@
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}
12/* tables }}} */