summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authornikramakrishnan <ramakrishnan.nikhil@gmail.com>2021-03-28 15:07:05 +0530
committernikramakrishnan <ramakrishnan.nikhil@gmail.com>2021-03-28 15:07:05 +0530
commitc1e1a07f791dd22c8998e6994f6dee90aef2efd8 (patch)
tree76a3021da22c60fa9453e1bb468add8cda1c6b6a /docs/markdown
parente9c50fa77de58b749b4b95706f7b55bfff0dd27f (diff)
downloadfreetype2-c1e1a07f791dd22c8998e6994f6dee90aef2efd8.tar.gz
[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.
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/stylesheets/extra.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/stylesheets/extra.css b/docs/markdown/stylesheets/extra.css
index a99e77fb6..5d999ed5d 100644
--- a/docs/markdown/stylesheets/extra.css
+++ b/docs/markdown/stylesheets/extra.css
@@ -1,13 +1,7 @@
/* Body and page */
-.wy-nav-content {
- max-width: 90%;
-}
.md-grid {
max-width: 90%;
}
-.md-sidebar--secondary {
- margin-left: 90%;
-}
p {
text-align: justify;
}