freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [docs] Update docwriter stylesheet for


From: Nikhil Ramakrishnan
Subject: [Git][freetype/freetype][master] [docs] Update docwriter stylesheet for 1.3.1.
Date: Mon, 29 Mar 2021 19:40:18 +0000

Nikhil Ramakrishnan pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • ChangeLog
    1
    +2021-03-28  Nikhil Ramakrishnan  <ramakrishnan.nikhil@gmail.com>
    
    2
    +
    
    3
    +	[docs] Update docwriter stylesheet for 1.3.1.
    
    4
    +
    
    5
    +	This change is required to support docwriter 1.3.1.
    
    6
    +
    
    7
    +	See
    
    8
    +
    
    9
    +	  https://gitlab.freedesktop.org/freetype/docwriter/-/merge_requests/101
    
    10
    +
    
    11
    +	for more information.
    
    12
    +
    
    13
    +	* docs/markdown/stylesheets/extra.css:
    
    14
    +	(.wy-nav-content, .md-sidebar--secondary): Remove.
    
    15
    +
    
    1 16
     2021-03-16  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    2 17
     
    
    3 18
     	* src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later.
    

  • docs/markdown/stylesheets/extra.css
    1 1
     /* Body and page */
    
    2
    -.wy-nav-content {
    
    3
    -    max-width: 90%;
    
    4
    -}
    
    5 2
     .md-grid {
    
    6 3
         max-width: 90%;
    
    7 4
     }
    
    8
    -.md-sidebar--secondary {
    
    9
    -    margin-left: 90%;
    
    10
    -}
    
    11 5
     p {
    
    12 6
         text-align: justify;
    
    13 7
     }
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]