Thread: A CSS question
View Single Post
Old 01-18-2022, 02:30 PM   #1
Woodssi
Enthusiast
Woodssi began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Sep 2011
Location: Barrhead, Scotland
Device: Kindle Paperwhite (2)
A CSS question

I will apologise, in advance, if this post should be under another category.

I'm using Sigil (latest version) to edit a project that's a scan of an old title, to just make it look a bit smarter (mainly alignment issues).

Some of the Chapters have a main title, but then sections broken down with Roman Numerals as dividers. At present they look too close to the preceding, and following, text.

In the CSS stylesheet, I see this for the appropriate lines:-
display: block;
font-weight: bold;
text-align: center;
text-indent: 0;
margin: 1em 0 1em

My question is, why does the margin only have 3 entries?
(Shouldn't there be 4, for Top, Bottom, Left and Right?)

If not, which entry refers to which position?

Thanks
Woodssi is offline   Reply With Quote