Changeset 4e86d59


Ignore:
Timestamp:
10/13/2004 05:47:33 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
09a4b2f
Parents:
3a78860e
Message:

Fixed the indentation of itemizedlist for XHMTL output.
Thanks to Bruce Dubbs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    r3a78860e r4e86d59  
    215215}
    216216
     217/* itemizedlist */
     218
     219div.itemizedlist {
     220  margin-left: 1em;
     221}
     222
    217223/* Indented blocks */
    218224p, ul, dl, code, blockquote {
Note: See TracChangeset for help on using the changeset viewer.