Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/lfs.css

    rd4fdde6 r37e35d2  
    163163div.navheader {
    164164  border-bottom: 1px solid #dbddec;
     165   position: sticky;
     166   top: 0;
    165167}
    166168
     
    236238}
    237239
    238 li.preface, .part li.appendix {
     240.book li.preface, .part li.appendix {
    239241  margin-left: 1em;
     242}
     243
     244.part li.preface {
     245  margin-left: 0em;
    240246}
    241247
     
    341347}
    342348
    343 .table table {
     349.table table, .informaltable {
    344350  margin-left: auto;
    345351  margin-right: auto;
     
    431437.segtitle {
    432438  float: left;
    433 }
    434 
    435 .package .segbody, .appendix .segbody {
     439  padding-left: 1em;
     440  width: 14.5em;
     441}
     442
     443.content .segtitle {
     444  width: 12em;
     445}
     446
     447.package .segbody {
    436448  display: block;
    437449  padding-left: 14em;
    438450}
    439451
     452.appendix .segbody{
     453  display: block;
     454  padding-left: 16em;
     455}
     456
    440457.content .segbody {
    441458  display: block;
    442   padding-left: 12em;
    443 }
    444 
     459  padding-left: 13em;
     460}
     461
     462.content table tr td:first-child
     463{
     464  width: 9em;
     465  padding-right: 0px;
     466}
     467
     468.content table tr td:first-child p
     469{
     470  padding-right: 0px;
     471}
    445472
    446473/* itemizedlist */
Note: See TracChangeset for help on using the changeset viewer.