I added to Common.css this code:
 
div.indent {}
 
.indent p {
           margin-top: 0em 
           margin-bottom: 0em
           margin-left: 2.5em;
           text-indent: -2.5em;
  }

 
suggested by css trick to manage poem tag.
 
This code inverts indentation into all <p> inside a div class="indent", very useful in some special lists of particular pages. All runs very well but... I can't manage in a simple way the case of a paragraph splitted in two parts in two pages. I'd like to avoid the possible solution (that is, doubling the second part of the broken paragraph into the fisrt page inside includeonly tags, and use noinclude tags for the same text into the following page).
 
See http://it.wikisource.org/wiki/Pagina:Canti_di_Castelvecchio.djvu/241 di Castelvecchio.djvu/240 and the following one; the pages are transcluded into http://it.wikisource.org/wiki/Canti_di_Castelvecchio/Note_alla_seconda_edizione .


--
Alex