I regularized the preformatted blocks, so that none now have an extra blank line at the top - for some reason, all of the boxes on about half of the cwiki pages had this issue, but the other half didn’t. (I had to edit the source format to achieve this, and even there I couldn’t see a difference between preformatted boxes with an extra leading blank line and those without - must have been some invisible whitespace, not sure what.)
Once I’d done that, the content still wasn’t vertically centered, so I edited the Solr space’s export PDF stylesheet and got rid of the negative margin-top thing I’d put in place for a previous release, which didn’t appear to be having any effect anymore, and instead overrode the default CSS to adjust the padding on preformatted blocks and their containing div-s. Content in preformatted blocks now appears to be vertically centered, with no extra vertical space. I also tried to apply “page-break-inside: avoid” in several places to see if it would help with the few poorly distributed multi-page preformatted boxes, but it didn’t seem to help. I noticed that a couple of “Topics covered in this section” boxes are too narrow to allow their content to be legible - the ones on pages 251 and 300 look really bad, and some others are only marginally legible. I don’t know if these issues are worthy of respin - I didn’t address the latter one. Steve On Feb 26, 2014, at 11:59 AM, Cassandra Targett <[email protected]> wrote: > I generated a new release candidate for the Solr Reference Guide. This fixes > the page numbering problem and a few other minor edits folks made yesterday > after I generated RC0. > > https://dist.apache.org/repos/dist/dev/lucene/solr/ref-guide/apache-solr-ref-guide-4.7-RC1/ > > +1 from me. > > Cassandra --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
