Changeset af52b6d7


Ignore:
Timestamp:
01/22/2024 05:21:20 PM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
c302db6
Parents:
de4bdadf
Message:

Adjust position of fixed boxes to static ones

This is done by trial and error. It works well with firefox. Not fully
tested with other browsers.

File:
1 edited

Legend:

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

    rde4bdadf raf52b6d7  
    4242   is higher for sect1 and chapter, so change top position.*/
    4343h1.sect1,  h1.chapter {
    44   top: 3.5em;
     44  top: 4.35em;
    4545}
    4646h1.preface, h1.part, h1.appendix, .glossary h1, .index h1 {
    47   top: 2.5em;
     47  top: 3.53em;
    4848}
    4949h1.sect1, h1.preface, h1.part, h1.chapter, h1.appendix, .glossary h1, .index h1 {
     
    5252  padding: .2em 0;
    5353  height: 1em;
    54   width: 100%;
     54  width: auto;
    5555  position: fixed;
    56   left:0;
    57   right:0;
     56  left:0.58em;
     57  right:0.58em;
    5858  bottom: auto;
    5959}
     
    6161/* Scrolling parts */
    6262div.sect1, div.chapter {
    63   top: 9.5em;
     63  top: 11.2em;
    6464}
    6565div.appendix, div.preface, div.part, div.glossdiv, .index div.index {
    66   top: 8.5em;
     66  top: 9.7em;
    6767}
    6868div.sect1, div.appendix, div.preface, div.part, div.chapter, div.glossdiv, .index div.index {
     
    7171  height: auto;
    7272  position: fixed;
    73   left:0;
    74   right:0;
     73  left:0.5em;
     74  right:0.5em;
    7575  bottom: 0;
    7676}
Note: See TracChangeset for help on using the changeset viewer.