about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-26 19:46:45 -0700
committerCase Duckworth2015-03-26 19:46:45 -0700
commitc654151582a77a0b459e3f55b687e43a32d4b67d (patch)
tree6d5d5d2b5f5650b494318e66cef6135b32c0cc72 /style.css
parentFlatten directory structure (diff)
downloadautocento-c654151582a77a0b459e3f55b687e43a32d4b67d.tar.gz
autocento-c654151582a77a0b459e3f55b687e43a32d4b67d.zip
Add HAPAX LEGOMENA support & flatten structure
The list of hapax legomena for this project is available at /hapax.html.

In addition, the directory structure has been further flattened.
All assets (javascript, lua, images, fonts) are in /trunk/.

One other thing was to update the makefile.
It compiles hapax.txt from rivers.
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css index 87144d0..d3aedad 100644 --- a/style.css +++ b/style.css
@@ -7,9 +7,9 @@
7/* Playfair Display: headings */ 7/* Playfair Display: headings */
8@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); 8@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext);
9/* Linux Libertine: body text */ 9/* Linux Libertine: body text */
10@import url(fonts/libertine.css); 10@import url(trunk/libertine.css);
11/* Courier New: typewriter text */ 11/* Courier New: typewriter text */
12@import url(fonts/courier-prime.css); 12@import url(trunk/courier-prime.css);
13/* @imports }}} */ 13/* @imports }}} */
14/* MAIN LAYOUT ELEMENTS {{{ */ 14/* MAIN LAYOUT ELEMENTS {{{ */
15/* HTML + BODY {{{ */ 15/* HTML + BODY {{{ */
@@ -385,7 +385,7 @@ a.footnoteRef {
385/* }}} */ 385/* }}} */
386#cover { 386#cover {
387 color: #b2d9e5; 387 color: #b2d9e5;
388 background-image: url('img/black-streak.jpg'); 388 background-image: url('trunk/black-streak.jpg');
389 background-position: 0 0; 389 background-position: 0 0;
390 background-size: 100% 100%; 390 background-size: 100% 100%;
391 background-repeat: no-repeat; 391 background-repeat: no-repeat;