Просмотр исходного кода

Fixed margin error in alignments

E.Cannon 9 лет назад
Родитель
Сommit
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>