Changeset 226b1752 for stylesheets


Ignore:
Timestamp:
06/16/2005 06:33:21 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
46441976
Parents:
b0557208
Message:

Fixed headers line height.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4615 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/blfs.css

    rb0557208 r226b1752  
    3131}
    3232
    33 h1 { font-size: 173%; text-align: center; }
     33h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
    3434h1.title sup { font-size: small; }
    35 h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; }
    36 h2.subtitle { text-align: center; }
    37 h3 { font-size: 120%; }
    38 h4 { font-size: 120%;}
     35h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
     36h2.subtitle { text-align: center; line-height: 1.2em; }
     37h3 { font-size: 120%; line-height: 1.2em; }
     38h4 { font-size: 120%; line-height: 1.2em;}
    3939div.package h4, h5, h6 { font-size: 100%; font-style: italic; }
    4040
     
    209209  text-align: left;
    210210}
    211      
     211
    212212
    213213
Note: See TracChangeset for help on using the changeset viewer.