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%}