View Single Post
Old 11-02-2017, 01:13 PM   #47
doubleshuffle
Unicycle Daredevil
doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.doubleshuffle ought to be getting tired of karma fortunes by now.
 
doubleshuffle's Avatar
 
Posts: 13,944
Karma: 185432100
Join Date: Jan 2011
Location: Planet of the Pudding Brains
Device: Aura HD (R.I.P. After six years the USB socket died.) tolino shine 3
Tried it with the books I last coded, and didn't experience that problem. But I'm too tired to compare our code...


Spoiler:
Code:
div.stanza {margin-top: 1em; margin-bottom:0; margin-left: 3em; }

div.stanza > p	{text-indent: -3em; margin-bottom: 0; margin-top: 0; text-align: left}

div.stanza > p.ind2	{text-indent: -2em; margin-bottom: 0; margin-top: 0; text-align: left}

.nowrap {text-indent: 0;display: inline-block;}

.pl2  {padding-left:2em}
Code:
<div class="stanza pl2">
    <p>Go, let thy fancies range,</p>

    <p class="ind2">And ramble where they may</p>

    <p>View power in every change,</p>

    <p class="ind2">And what is its <span class="nowrap">display?—</span></p>

    <p>The country magistrate,</p>

    <p class="ind2">The lowest shade in power,</p>

    <p>To rulers of the <span class="nowrap">state?—</span></p>

    <p class="ind2">The meteors of an hour.</p>
  </div>
doubleshuffle is offline   Reply With Quote