]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add minor style change to improve legibility.
authorGerardo Pias <gerardo.pias@matesoft.com.uy>
Tue, 28 May 2019 22:26:58 +0000 (19:26 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 May 2019 15:11:16 +0000 (08:11 -0700)
docs/_layouts/default.html
docs/_layouts/home.html
docs/css/fort_project.css
docs/css/fort_validator.css

index b42c00b6a7ac729b4a96b5560cc2cd81fd94231b..a24d7e4521801e97178ce0d31da4e2aa295e3fb1 100644 (file)
 
 <section class="site-section">
        <div class="container alerta">
-               <div class="row align-items-center">
-                       <blockquote><strong>
-                               <img src="../img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too succint for comfort still.
-                       </strong></blockquote>
-               </div>
+               <blockquote><strong>
+                       <img src="../img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too
+                       succint for comfort still.
+               </strong></blockquote>
        </div>
        <div class="container">
 
index 950350928d6efc71e765ba140783de902ae34b4c..d315e6e6b141bf4832c9ea3c2ad018261cb43d83 100644 (file)
 
 <section class="site-section">
        <div class="container alerta">
-               <div class="row align-items-center">
-                       <blockquote><strong>
-                               <img src="./img/warn.svg" alt="WARNING" /> Warning: This documentation is still under construction. It's too succint for comfort still.
-                       </strong></blockquote>
-               </div>
+               <blockquote><strong>
+                       <img src="./img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too
+                       succint for comfort still.
+               </strong></blockquote>
        </div>
        <div class="container">
 
index 7d268427639771e33b90ffe4c797391fff5a57ad..f63bbf6246955b6a11bbcfb88b1093b8d228864e 100644 (file)
@@ -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; }
index e76b20dfaa070802e42c25ed41512be712920888..c5807b2b51e97a58c3fbd1cef67a697984e859ec 100644 (file)
@@ -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;
+}
+