Преглед на файлове

Fixed margin error in alignments

E.Cannon преди 9 години
родител
ревизия
7f1d667dc6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      theme/blast_report_alignment_row.tpl.php

+ 1 - 1
theme/blast_report_alignment_row.tpl.php

@@ -89,7 +89,7 @@
             <span class="alignment-residues"><?php print str_replace(' ', '&nbsp', $matches[$k]); ?></span>
           </div>
           <div class="hit">
-            <span class="alignment-title">Sbjct:</span>&nbsp;&nbsp;&nbsp;&nbsp;
+            <span class="alignment-title">Sbjct:</span>&nbsp;&nbsp;
             <span class="alignment-start-coord"><?php print $coord['hstart']; ?></span>
             <span class="alignment-residues"><?php print $hit[$k]; ?></span>
             <span class="alignment-stop-coord"><?php print $coord['hstop']; ?></span>