about summary refs log tree commit diff stats
path: root/css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 23:57:36 -0700
committerCase Duckworth2015-03-02 23:57:36 -0700
commit065e4f8f0c209b136269e1eb5bb7659c62088cee (patch)
treee56ab6eaba2fe6291fb6fd544cc407c92e040722 /css
parentCosmetic changes (diff)
downloadautocento-065e4f8f0c209b136269e1eb5bb7659c62088cee.tar.gz
autocento-065e4f8f0c209b136269e1eb5bb7659c62088cee.zip
Small-caps first line of prose pieces
Diffstat (limited to 'css')
-rw-r--r--css/prose.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/prose.css b/css/prose.css index 1954510..92b3b62 100644 --- a/css/prose.css +++ b/css/prose.css
@@ -8,3 +8,6 @@
8.prose { 8.prose {
9 text-align: justify; 9 text-align: justify;
10} 10}
11.prose p:first-child::first-line {
12 font-variant: small-caps;
13}