View Single Post
Old 05-03-2012, 12:47 PM   #3
PortMan
Junior Member
PortMan began at the beginning.
 
Posts: 6
Karma: 10
Join Date: May 2012
Device: Nook Touch
OK, I've done that, and opened the *.css files for two different books. Could you look at them and tell me what I need to add/remove/change to make it display without the blank lines?

The first one has multiple *.css files for each sub-book in it, but they're all the same, and look like this:
Code:
.verseNumber
{
    font-size:large;
    margin: 15px 15px 15px 15px;
}


ul
{
    list-style-type:none;
}
The second one looks like this:
Code:
@namespace h "http://www.w3.org/1999/xhtml";
.MsoNormal {
    display: block;
    font-family: Calibri;
    font-size: 0.85714em;
    line-height: 1.2;
    margin-bottom: 0.0001pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center
    }
.MsoNormal1 {
    display: block;
    font-family: Calibri;
    font-size: 0.85714em;
    line-height: 1.2;
    margin-bottom: 0.0001pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
    }
.MsoNormal2 {
    display: block;
    font-family: Calibri;
    font-size: 0.85714em;
    line-height: 1.2;
    margin-bottom: 0.0001pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-indent: 0.5in
    }
.Section {
    display: block;
    page: Section1
    }
.SpellE {
    line-height: 1.2
    }
.calibre {
    display: block;
    font-size: 0.875em;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0
    }
.calibre1 {
    color: inherit;
    cursor: inherit;
    text-decoration: inherit
    }
.calibre2 {
    font-weight: bolder
    }
.calibre3 {
    font-size: 1.33333em;
    line-height: 1.2
    }
.calibre4 {
    display: block;
    line-height: 1.2
    }
.calibre5 {
    font-style: italic;
    line-height: 1.2
    }
.calibre6 {
    font-style: italic
    }
PortMan is offline   Reply With Quote