diff bugs.md @ 103:34cd51c807b1

Some code refactoring.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:49:54 +0100
parents e7efa40deb17
children 527e9231e4ff
line wrap: on
line diff
--- a/bugs.md	Wed Nov 02 10:48:54 2016 +0100
+++ b/bugs.md	Wed Nov 02 10:49:54 2016 +0100
@@ -12,22 +12,22 @@
 [2]: {{ site.bugs_url }}&func=additem
 [3]: {{ site.bugs_url }}&func=search
 
-<div class="row ">
-<div class="columns small-11">
-<div class="panel callout">
-Please do <strong>not</strong> send any bug reports to the
-<samp>{{ site.help_email }}</samp> mailing list.
-Most Octave users do not want to receive bug reports.
-</div>
-</div>
+<div class="row">
+  <div class="columns small-12">
+    <div class="panel callout">
+    Please do <strong>not</strong> send any bug reports to the
+    <samp>{{ site.help_email }}</samp> mailing list.
+    Most Octave users do not want to receive bug reports.
+    </div>
+  </div>
 </div>
 
 <div class="row ">
-<div class="columns small-11">
-<div class="panel callout">
-<strong>Before</strong> reporting a new bug, please read the guidelines below.
-</div>
-</div>
+  <div class="columns small-12">
+    <div class="panel callout">
+    <strong>Before</strong> reporting a new bug, please read the guidelines below.
+    </div>
+  </div>
 </div>