Changeset 3782351


Ignore:
Timestamp:
03/04/2024 04:31:33 PM (3 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
dcf5543, eb7223e8
Parents:
c301941
git-author:
Pierre Labastie <pierre.labastie@…> (03/04/2024 04:30:22 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/04/2024 04:31:33 PM)
Message:

Fix rendering of non-chunked output

Thanks to Vladimir Pertsev for the patch

File:
1 edited

Legend:

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

    rc301941 r3782351  
    124124}
    125125
    126 .book h1, .book .authorgroup, .book .copyright, .book .legalnotice .revhistory {
     126/*.book h1,*/ .book .authorgroup, .book .copyright, .book .legalnotice .revhistory {
    127127  background: #f5f6f7;
    128128  margin: 0px auto;
     
    189189  margin: 0;
    190190  padding: 0.4em;
     191  background: #f5f6f7;
     192  border-top: .2em solid #dbddec;
     193  border-bottom: .2em solid #dbddec;
     194  text-align: center;
    191195}
    192196
     
    199203}
    200204
    201 .preface h2, .part h1, .chapter h2, .appendix h2, .index h1, .sect1 h2 {
     205.preface h2, .part h1, .chapter h2, .appendix h2, .index h1, .sect1 h2, .part h2 {
    202206  background: #f5f6f7;
    203207  border-top: .2em solid #dbddec;
Note: See TracChangeset for help on using the changeset viewer.