From bb357dd33e75bcb97002665aabfa93b824fae62d Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 10 Oct 2018 00:53:14 -0400 Subject: [PATCH] doc: Restore the example width limit to fit in 1024x768. The old stylesheet did this and it forced the examples to be smaller. This commit restore this limit. --- docs/ldoc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ldoc.css b/docs/ldoc.css index db6cb177..a761088f 100644 --- a/docs/ldoc.css +++ b/docs/ldoc.css @@ -149,6 +149,7 @@ pre { padding: 15px; overflow: auto; font-family: monospace; + max-width: 720px; } #content ul pre.example {