From e4ec9e3d1c035ada71af0777ce605af0011da3e9 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Thu, 23 Apr 2015 12:31:37 +0200 Subject: [PATCH] Add support for verse environments --- styles/readtheorg/css/readtheorg.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 72f0e22..106559c 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -1681,6 +1681,12 @@ nav.stickynav{ font-weight:bold; padding:0 6px} +.verse{ + border-left:5px solid #eeeeee; + padding: 0px 20px; + font-style:italic; +} + #content .footnote-reference,#content .citation-reference{ vertical-align:super; font-size:90%}