From f58c2407b609f2590f5bc44fc394d8285f36fb70 Mon Sep 17 00:00:00 2001
From: Yohan Jarosz <yohanjarosz@yahoo.fr>
Date: Tue, 21 Jul 2015 14:17:29 +0200
Subject: [PATCH] typos

---
 lib/imp.html | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git a/lib/imp.html b/lib/imp.html
index ba81c62..787e4b2 100644
--- a/lib/imp.html
+++ b/lib/imp.html
@@ -67,26 +67,20 @@
         <div class="tab-content">
 
 
+
+
+
+
           <!-- STATISTICS -->
           <div role="tabpanel" class="tab-pane fade active" id="preprocessing">
             <section id="files-statistics" class="row">
-              <div class="row">
-                <h3><small>Metagenomics files</small></h3>
-                <div class="col-sm-1 col-md-1"></div>
-                <div class="col-sm-4 col-md-4">
-                  <h4><small>Raw</small></h4>
-                    <iframe id="MG-R1-raw-stat"></iframe>
-                    <iframe id="MG-R2-raw-stat"></iframe>
-                </div>
-                <div class="col-sm-1 col-md-1"></div>
-                <div class="col-sm-4 col-md-4">
-                  <h4><small>Preprocessed</small></h4>
-                    <iframe id="MG-R1-preprocessed-stat"></iframe>
-                    <iframe id="MG-R2-preprocessed-stat"></iframe>
-                    <iframe id="MG-SE-preprocessed-stat"></iframe>
-                </div>
-                <div class="col-sm-1 col-md-1"></div>
-              </div>
+                <iframe id="MG-R1-raw-stat"></iframe>
+                <iframe id="MG-R2-raw-stat"></iframe>
+                <iframe id="MG-R1-preprocessed-stat"></iframe>
+                <iframe id="MG-R2-preprocessed-stat"></iframe>
+                <iframe id="MG-SE-preprocessed-stat"></iframe>
+
+    
 
               <div class="row">
                 <h3><small>Metatranscriptomics files</small></h3>
-- 
GitLab