@@ -387,11 +387,11 @@ margin: 0; text-indent: 0; } p + p { - text-indent: 2em; + text-indent: 1em; } section.entry-content blockquote { font-size: ◊x-lineheight[0.7]; line-height: ◊derive-lineheight[7 #:per-lines 6]; @@ -542,10 +542,32 @@ section.footnotes ol { margin: ◊x-lineheight[0.5] 0 0 0; } + +p.further-reading { + margin-top: ◊x-lineheight[1]; + text-indent: 0; + background: #eee; + padding-left: 0.3rem; + border-radius: 3px; +} + +p.further-reading:hover { + background-color: #ddd; +} + +p.further-reading a { + color: ◊color-bodytext !important; + font-style: italic; +} + +p.further-reading a:hover, p.further-reading a:active { + background-color: #ddd; +} + /* ******* “Further Notes” added to articles ******** */ div.further-notes { margin-top: ◊x-lineheight[3];