1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

Remove unused layout div

This commit is contained in:
Steffo 2022-10-28 16:30:13 +02:00
parent bae148a0ba
commit ac65c603ad
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 1624 additions and 1626 deletions

View file

@ -27,7 +27,7 @@
#body .chapter-7 > .panel, #body .chapter-7 > .panel,
#body .chapter-8 > .panel, #body .chapter-8 > .panel,
#body .chapter-9 > .panel { #body .chapter-9 > .panel {
min-width: 200px; min-width: 360px;
} }
#body .panel .chapter-1 > .panel, #body .panel .chapter-1 > .panel,

View file

@ -28,7 +28,6 @@
<title>Bluelib</title> <title>Bluelib</title>
</head> </head>
<body id="body" class="theme-bluelib"> <body id="body" class="theme-bluelib">
<div class="layout layout-threecol">
<main> <main>
<article> <article>
<h1> <h1>
@ -925,10 +924,10 @@
</p> </p>
<div class="panel float-bottom"> <div class="panel float-bottom">
<pre> mm mmmm mmm mmmmm mmmmm <pre> mm mmmm mmm mmmmm mmmmm
## #" " m" " # # ## #" " m" " # #
# # "#mmm # # # # # "#mmm # # #
#mm# "# # # # #mm# "# # # #
# # "mmm#" "mmm" mm#mm mm#mm</pre> # # "mmm#" "mmm" mm#mm mm#mm</pre>
</div> </div>
</section> </section>
<section class="panel box" id="panel-code"> <section class="panel box" id="panel-code">
@ -946,9 +945,9 @@
How to create a <code>section.panel</code> with Bluelib: How to create a <code>section.panel</code> with Bluelib:
</p> </p>
<pre><code>&lt;div class=&quot;panel&quot;&gt; <pre><code>&lt;div class=&quot;panel&quot;&gt;
&lt;p&gt; &lt;p&gt;
Contents Contents
&lt;/p&gt; &lt;/p&gt;
&lt;/div&gt;</code></pre> &lt;/div&gt;</code></pre>
</div> </div>
</section> </section>
@ -1719,7 +1718,6 @@
</div> </div>
</article> </article>
</main> </main>
</div>
<footer> <footer>
<p> <p>
© <a href="https://steffo.eu">Stefano Pigozzi</a> - © <a href="https://steffo.eu">Stefano Pigozzi</a> -