Ignore:
Timestamp:
05/07/2004 08:18:37 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
215e6dc
Parents:
ff979cd
Message:

Upgraded to lfs-xsl-0.9 (Manuel)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    rff979cd r11b36cd  
    11body {
    22  font-weight: normal;
    3   font-size: normal;
     3  font-size: medium;
    44  font-family: verdana, tahoma, helvetica, arial, sans-serif;
    55  text-align: left;
    66}
    77
    8 div.navheader table {
    9     font-size: smaller;
     8.toc ul, .index ul {
     9        list-style: none;
    1010}
    1111
    12 div.navfooter table {
    13     font-size: smaller;
     12.navheader, .navfooter {
     13  font-size: smaller;
     14  text-align: center;
    1415}
    1516
    16 div.navheader img {
    17     border: medium none;
     17div.navheader ul li, div.navfooter ul li {
     18        display: inline;
     19  padding: 4em;
    1820}
    1921
    20 div.navfooter img {
    21     border: medium none;
     22li.preface {
     23        margin-left: 2.5em;
    2224}
    2325
     
    6971}
    7072
    71 div.warning {
    72     border: 1px solid;
     73div.admonition {
     74  border: medium solid;
     75  width: 90%;
     76  margin: .5em auto;
    7377}
    7478
    75 div.note {
    76     border: 1px solid;
     79div.admonhead h3 {
     80        display: inline;
     81        margin-left: 1.5em;
    7782}
    7883
    79 div.important {
    80     border: 1px solid;
    81 }
    82 
    83 div.caution {
    84     border: 1px solid;
    85 }
    86 
    87 div.warning h3.title {
    88     text-align: center
    89 }
    90 
    91 div.warning p {
    92     padding-left: 0.2in
    93 }
    94 
    95 div.note {
    96     padding-left: 0.2in
    97 }
    98 
    99 div.important {
    100     padding-left: 0.2in
    101 }
    102 
    103 div.caution {
    104     padding-left: 0.2in
     84div.admonbody {
     85        margin: .5em;
    10586}
    10687
     
    119100    float: left;
    120101}
    121 
    122 .toc ul, .index ul, .navheader ul, .navfooter ul {
    123         list-style: none;
    124 }
Note: See TracChangeset for help on using the changeset viewer.