about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css index 64b498f..4bf7c12 100644 --- a/style.css +++ b/style.css
@@ -300,6 +300,16 @@ a.footnoteRef {
300 display: inline-block; 300 display: inline-block;
301 text-align: left; 301 text-align: left;
302} 302}
303.verse p {
304 margin-bottom: 1em;
305 margin-top: 1em;
306}
307.verse .line {
308 display: block;
309 margin: 0;
310 text-indent: -1em;
311 margin-left: 1em;
312}
303/* .verse }}} */ 313/* .verse }}} */
304/* PROJECT CSS */ 314/* PROJECT CSS */
305/* #COVER {{{ */ 315/* #COVER {{{ */