View Single Post
Old 04-01-2014, 02:33 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by VirgoGirl View Post
Hello!

I was editing some ebooks through Sigil that I first converted through Calibre, having to adjust some weird margins.

The margin css in the "stylesheet" css before conversion looks like this:

.calibre {
color: #000;
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: justify
}

But after conversion it looks like this:

.calibre {
color: #000;
display: block;
font-size: 1em;
padding-left: 0;
padding-right: 0;
text-align: justify;
margin: 0 5pt
}

I have NO idea how I read that conversion to edit it. Help?
Those are the same (results).
Margin is the short form:

Margin: (top right bottom left) values
Margin: ((both)Top and Bottom (both)Left and Right)
theducks is offline   Reply With Quote