D28304: Use bold italic at 100% for sect4 titles, and bold 100% for sect5 titles

Dag Andersen noreply at phabricator.kde.org
Thu Mar 26 12:40:46 GMT 2020


danders added a comment.


  I got the best result (imho) with this:
  div.sect3 h4 {
  
    font-size: 100%;
    font-weight: bold;
  
  }
  div.sect4 h5 {
  
    font-size: 100%;
    font-weight: bold;
  
  }
  
  div.sect5 h6 {
  
    font-size: 90%;
    font-style: italic;
  
  }
  
  Note the 90% for sect5.
  It seems h6 is almost the same as h5, but h7 is *much* smaller, even smaller than text.
  Also suspect defult for sect3 id h5, so set it to h4.

REPOSITORY
  R238 KDocTools

REVISION DETAIL
  https://phabricator.kde.org/D28304

To: yurchor, #documentation, danders
Cc: kde-frameworks-devel, kde-doc-english, LeGast00n, cblack, gennad, fbampaloukas, GB_2, michaelh, ngraham, bruns, skadinna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-doc-english/attachments/20200326/fe7cab6f/attachment.html>


More information about the kde-doc-english mailing list