From c654151582a77a0b459e3f55b687e43a32d4b67d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Mar 2015 19:46:45 -0700 Subject: 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. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 87144d0..d3aedad 100644 --- a/style.css +++ b/style.css @@ -7,9 +7,9 @@ /* Playfair Display: headings */ @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); /* Linux Libertine: body text */ -@import url(fonts/libertine.css); +@import url(trunk/libertine.css); /* Courier New: typewriter text */ -@import url(fonts/courier-prime.css); +@import url(trunk/courier-prime.css); /* @imports }}} */ /* MAIN LAYOUT ELEMENTS {{{ */ /* HTML + BODY {{{ */ @@ -385,7 +385,7 @@ a.footnoteRef { /* }}} */ #cover { color: #b2d9e5; - background-image: url('img/black-streak.jpg'); + background-image: url('trunk/black-streak.jpg'); background-position: 0 0; background-size: 100% 100%; background-repeat: no-repeat; -- cgit 1.4.1-21-gabe81