This commit is contained in:
Kovid Goyal 2009-02-11 17:28:12 -08:00
parent 2edd37f4a9
commit 2d3d71abff

View File

@ -22,12 +22,13 @@
border-left: solid 1pt black; border-left: solid 1pt black;
} }
table#info { table#install_info {
border-collapse: collapse; border-collapse: collapse;
border-width: 1pt; border-width: 1pt;
border-style: solid; border-style: solid;
table-layout: fixed; table-layout: fixed;
width: 95%; width: 95%;
background: #F7F7F0 none repeat scroll 0 0;
} }
table#dependencies { table#dependencies {
border-collapse: collapse; border-collapse: collapse;
@ -49,7 +50,7 @@
<p> <p>
${app} is available in the software repositories of the following ${app} is available in the software repositories of the following
linux distributions: linux distributions:
<table id="info"> <table id="install_info">
<col width="150" /><col width="*" /> <col width="150" /><col width="*" />
<tr> <tr>
<th class="left distro_type">Supported<br/>distributions</th> <th class="left distro_type">Supported<br/>distributions</th>