From 1ce49af8f3e2deb106a815389de77e61637d7451 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris <chalarangelo@gmail.com> Date: Thu, 17 Nov 2016 12:53:34 +0200 Subject: [PATCH] Demo page bugfix --- docs/v2/core.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/core.html b/docs/v2/core.html index 5c2e630..1bbe0ee 100644 --- a/docs/v2/core.html +++ b/docs/v2/core.html @@ -138,7 +138,7 @@ <h2>Common textual elements</h2> </div> <div class="section row"> - <div class="col-sm-12 col-sm-last col-md-4 col-md-normal row"> + <div class="col-sm-12 col-sm-last col-md-4 col-md-normal"> <div><br><p>This is a paragraph with some sample text. Did you know <strong>mini.css</strong> v2.0 is codenamed <strong>Fermion</strong>? No? Well, now you do! Oh, by the way, that was some Bold text and here is some <em>text in Italics</em>. Maybe you want to know what our inline elements look like. For example a <a href="https://github.com/Chalarangelo/mini.css">link to the Github repository of mini.css</a> looks like that! Neat, right? Maybe you want to see some <code>inline code</code> or some sample <kbd>input</kbd>. Oh, also <small>small text</small> is cool, along with its siblings: the subscript<sub>hi!</sub> and the superscript<sup>hello!</sup>. Finally, check out the preformatted code block below.</p> <pre>function sum(num1, num2) { var num3 = num1 + num2;