mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Fixed the indentation of itemizedlist for XHMTL output.
Thanks to Bruce Dubbs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4b31e82b28
commit
1cbea46700
@ -214,6 +214,12 @@ div.segmentedlist p {
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
/* itemizedlist */
|
||||
|
||||
div.itemizedlist {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
/* Indented blocks */
|
||||
p, ul, dl, code, blockquote {
|
||||
padding-left: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user