Переглянути джерело

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>