Changeset e4311f2d


Ignore:
Timestamp:
05/29/2004 08:24:53 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b470bce
Parents:
05616e2
Message:

Reverting some wrong changes in the CSS code.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    r05616e2 re4311f2d  
    130130
    131131/* Admonitions */
    132 div.admonition {
     132div.note, div.tip {
    133133  background-color: #fffff6;
    134   border: medium solid #600;
     134  border: 2px solid #dbddec;
    135135  width: 90%;
    136136  margin: .5em auto;
     137}
     138
     139div.important, div.warning, div.caution {
     140  background-color: #fffff6;
     141  border: medium solid #400;
     142  width: 90%;
     143  margin: 1.5em auto;
     144  color: #600;
     145  font-size: larger;
     146}
     147
     148div.important h3, div.warning h3, div.caution h3 {
     149  color: #900;
    137150}
    138151
     
    150163}
    151164
     165div.important em, div.warning em, div.caution em {
     166  color: #000;
     167  font-weight: bold;
     168}
     169
     170div.important tt, div.warning tt, div.caution tt {
     171  font-weight: bold;
     172}
     173
    152174/* variablelist & segmentedlist */
    153175dl {
     
    166188  padding: 0;
    167189}
     190
    168191div.variablelist dd {
    169192  margin-bottom: 1em;
     
    172195div.variablelist dd p {
    173196  margin-top: 0px;
     197}
     198
     199dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt {
     200  display: list-item;
    174201}
    175202
     
    215242div.wrap h1 {
    216243  background: #f5f6f7;
    217   padding: 0.5em 0 0.5em 0;
     244  padding: 1em 0 0.5em 0;
    218245  margin: 0px auto;
    219246}
     
    222249  background: #f5f6f7;
    223250  border-bottom: 0.2em solid #dbddec;
    224   padding: 0 0.5em 0.3em 0.5em;
     251  padding: 0.5em 0.5em 0.3em 0.5em;
    225252  margin: 0px auto;
    226253}
     
    241268  background: #f5f6f7;
    242269  border-top: 0.2em solid #dbddec;
    243   padding: 0.5em 0.5em 0.5em 0.5em;
     270  padding: 0.5em 0.5em 1em 0.5em;
    244271  margin: 0.5em 0 .5em 0;
    245272}
Note: See TracChangeset for help on using the changeset viewer.