[gi-docgen: 1/2] style.css: Fix prefered typo




commit 783b6e6464190475438233f6672ce44296f9c9cf
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Fri Feb 4 10:10:33 2022 +0100

    style.css: Fix prefered typo

 gidocgen/templates/basic/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gidocgen/templates/basic/style.css b/gidocgen/templates/basic/style.css
index dfb6cf4..c87a514 100644
--- a/gidocgen/templates/basic/style.css
+++ b/gidocgen/templates/basic/style.css
@@ -63,7 +63,7 @@
   --table-font-size: 0.92em;    /* Tables often contain lots information. It's better to scale them down a 
big to get more sutff fitted inside */
 
   /* misc */
-  --prefered-content-width: 90ch; /* The preferred width for the readable content */
+  --preferred-content-width: 90ch; /* The preferred width for the readable content */
   --anchor-sign: "#";
 
 }
@@ -600,7 +600,7 @@ footer {
 .content {
   padding: 2em 4em;
   overflow: visible;
-  max-width: calc(var(--prefered-content-width) + 8em);
+  max-width: calc(var(--preferred-content-width) + 8em);
 }
 
 .content table:not(.table-display) {


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