shithub: freetype+ttf2subf

Download patch

ref: c1e1a07f791dd22c8998e6994f6dee90aef2efd8
parent: e9c50fa77de58b749b4b95706f7b55bfff0dd27f
author: nikramakrishnan <ramakrishnan.nikhil@gmail.com>
date: Sun Mar 28 11:07:05 EDT 2021

[docs] Update docwriter stylesheet for 1.3.1.

This change is required to support docwriter 1.3.1.

See

  https://gitlab.freedesktop.org/freetype/docwriter/-/merge_requests/101

for more information.

* docs/markdown/stylesheets/extra.css:
(.wy-nav-content, .md-sidebar--secondary): Remove.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2021-03-28  Nikhil Ramakrishnan  <ramakrishnan.nikhil@gmail.com>
+
+	[docs] Update docwriter stylesheet for 1.3.1.
+
+	This change is required to support docwriter 1.3.1.
+
+	See
+
+	  https://gitlab.freedesktop.org/freetype/docwriter/-/merge_requests/101
+
+	for more information.
+
+	* docs/markdown/stylesheets/extra.css:
+	(.wy-nav-content, .md-sidebar--secondary): Remove.
+
 2021-03-16  Alexei Podtelezhnikov  <apodtele@gmail.com>
 
 	* src/sfnt/pngshim.c (Load_SBit_Png): Free `rows` once later.
--- a/docs/markdown/stylesheets/extra.css
+++ b/docs/markdown/stylesheets/extra.css
@@ -1,12 +1,6 @@
 /* Body and page */
-.wy-nav-content {
-    max-width: 90%;
-}
 .md-grid {
     max-width: 90%;
-}
-.md-sidebar--secondary {
-    margin-left: 90%;
 }
 p {
     text-align: justify;