about summary refs log tree commit diff stats
path: root/css/prose.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/prose.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/prose.css')
-rw-r--r--css/prose.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/css/prose.css b/css/prose.css deleted file mode 100644 index 28b2db2..0000000 --- a/css/prose.css +++ /dev/null
@@ -1,18 +0,0 @@
1/* PROSE css for Autocento.
2 * for PROSE considerations ONLY, e.g.:
3 * line-height
4 * hyphenation
5 * etc.
6 */
7
8.prose {
9 text-align: justify;
10 max-width: 39em;
11 margin: auto;
12 hyphens: auto;
13 -moz-hyphens: auto;
14}
15.prose p::first-child::first-line {
16 font-variant: small-caps;
17 letter-spacing: 0.1em;
18}