Changeset ef19c81 for stylesheets


Ignore:
Timestamp:
10/13/2004 05:46:59 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
56d1170
Parents:
8b869d1
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    r8b869d1 ref19c81  
    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.