about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-25 21:49:45 -0700
committerCase Duckworth2015-03-25 21:54:26 -0700
commitecda49e0b20ad3bd52449356dccf2f8095ecfb70 (patch)
tree4789dd035fa827edf280fd8234d014b171de1c38 /style.css
parentFix makefile re: RIVER crashing (diff)
downloadautocento-ecda49e0b20ad3bd52449356dccf2f8095ecfb70.tar.gz
autocento-ecda49e0b20ad3bd52449356dccf2f8095ecfb70.zip
Flatten directory structure
All content files (*.txt, *.html, *.river) are now in /.
I did this to simplify the compilation step, and to make
linking easier.  I'm still thinking about whether I should
move the contents of js/, img/, and lua/ into /, or into
an 'assets' folder of some sort.  We'll see.
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/style.css b/style.css index f11514c..87144d0 100644 --- a/style.css +++ b/style.css
@@ -489,12 +489,6 @@ tr {
489/* .paul }}} */ 489/* .paul }}} */
490/* .AUTOCENTO {{{ */ 490/* .AUTOCENTO {{{ */
491.autocento { 491.autocento {
492 background-image: url('img/white-streak.jpg');
493 background-position: 0 0;
494 background-size: 100% 100%;
495 background-repeat: no-repeat;
496 background-attachment: fixed;
497 background-clip: border-box;
498 background-color: white; 492 background-color: white;
499} 493}
500/* .autocento }}} */ 494/* .autocento }}} */