Fixed Upcoming grid column widths.
This commit is contained in:
parent
854d66c1f5
commit
834735c850
|
@ -15,8 +15,8 @@
|
||||||
<table class="seriesTable">
|
<table class="seriesTable">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col/>
|
<col/>
|
||||||
<col style="width:40px" />
|
<col style="width:90px" />
|
||||||
<col style="width:40px" />
|
<col style="width:90px" />
|
||||||
<col style="width:350px" />
|
<col style="width:350px" />
|
||||||
<col style="width:160px" />
|
<col style="width:160px" />
|
||||||
<col style="width:100px" />
|
<col style="width:100px" />
|
||||||
|
|
Loading…
Reference in New Issue