about summary refs log tree commit diff stats
path: root/css/prose.css
diff options
context:
space:
mode:
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}