Main html table set to 90%; order of choices is based on numeric in Django
svn: r19552
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<h3>{{source.title|escape}}</h3>
|
||||
<div id="summaryarea">
|
||||
<table class="infolist"> {% comment %} 2 cols {% endcomment %}
|
||||
<table class="infolist" style="width:90%;"> {% comment %} 2 cols {% endcomment %}
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="ColumnAttribute">Title:</td>
|
||||
|
||||
Reference in New Issue
Block a user