Changeset a38df1e for stylesheets


Ignore:
Timestamp:
01/22/2024 06:52:55 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:
2a2f7d9
Parents:
c302db6
Message:

nitpicking: make all length units relative

Use only em values.

File:
1 edited

Legend:

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

    rc302db6 ra38df1e  
    159159
    160160div.navheader {
    161   border-bottom: 1px solid #dbddec;
     161  border-bottom: .1em solid #dbddec;
    162162}
    163163
     
    197197  text-align: left;
    198198  padding: 0.2em 1em;
    199   margin-left: 6px;
     199  margin-left: .4em;
    200200}
    201201
     
    206206  right: 0;
    207207  padding: 0.2em 1em;
    208   margin-right: 6px;
     208  margin-right: .4em;
    209209}
    210210
     
    212212div.navheader ul li.next p, div.navfooter ul li.next p {
    213213  padding: 0;
    214   margin: 1px 0px;
     214  margin: .1em 0;
    215215}
    216216
     
    219219  text-align: center;
    220220  padding: 0;
    221   margin: 0px auto;
     221  margin: 0 auto;
    222222  display: block;
    223223  color: #dbddec;
Note: See TracChangeset for help on using the changeset viewer.