From: Gerardo Pias Date: Tue, 28 May 2019 22:26:58 +0000 (-0300) Subject: Add minor style change to improve legibility. X-Git-Tag: v0.0.2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05897c55aeedf033426ee867a2ef35269d2adf1b;p=thirdparty%2FFORT-validator.git Add minor style change to improve legibility. --- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index b42c00b6..a24d7e45 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -58,11 +58,10 @@
-
-
- WARNING Warning: This documentation is still under construction. It's too succint for comfort still. -
-
+
+ WARNING Warning: This documentation is still under construction. It's too + succint for comfort still. +
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index 95035092..d315e6e6 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -58,11 +58,10 @@
-
-
- WARNING Warning: This documentation is still under construction. It's too succint for comfort still. -
-
+
+ WARNING Warning: This documentation is still under construction. It's too + succint for comfort still. +
diff --git a/docs/css/fort_project.css b/docs/css/fort_project.css index 7d268427..f63bbf62 100644 --- a/docs/css/fort_project.css +++ b/docs/css/fort_project.css @@ -5,8 +5,8 @@ .bg-blue-dark { background: #10242d; } -ul, -ul li { +.site-nav ul, +.site-nav ul li { margin: 0; padding: 0; list-style-type: none; } diff --git a/docs/css/fort_validator.css b/docs/css/fort_validator.css index e76b20df..c5807b2b 100644 --- a/docs/css/fort_validator.css +++ b/docs/css/fort_validator.css @@ -45,11 +45,6 @@ p img { max-height: 40px; } -.site-section ul, .site-section ul li { - margin-left: 10px; - margin-bottom: 5px; - list-style-type: circle; -} h2{ margin-top: 2.5rem; @@ -77,3 +72,10 @@ pre code a{ color: #00bfFF; } +figure { + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 40px; + margin-inline-end: 40px; +} +