diff options
author | Case Duckworth | 2015-03-02 23:57:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 23:57:36 -0700 |
commit | 065e4f8f0c209b136269e1eb5bb7659c62088cee (patch) | |
tree | e56ab6eaba2fe6291fb6fd544cc407c92e040722 /css | |
parent | Cosmetic changes (diff) | |
download | autocento-065e4f8f0c209b136269e1eb5bb7659c62088cee.tar.gz autocento-065e4f8f0c209b136269e1eb5bb7659c62088cee.zip |
Small-caps first line of prose pieces
Diffstat (limited to 'css')
-rw-r--r-- | css/prose.css | 3 |
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 | } | ||