mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 11:23:11 +02:00
IGN:...
This commit is contained in:
parent
2edd37f4a9
commit
2d3d71abff
1 changed files with 3 additions and 2 deletions
|
|
@ -22,12 +22,13 @@
|
|||
border-left: solid 1pt black;
|
||||
}
|
||||
|
||||
table#info {
|
||||
table#install_info {
|
||||
border-collapse: collapse;
|
||||
border-width: 1pt;
|
||||
border-style: solid;
|
||||
table-layout: fixed;
|
||||
width: 95%;
|
||||
background: #F7F7F0 none repeat scroll 0 0;
|
||||
}
|
||||
table#dependencies {
|
||||
border-collapse: collapse;
|
||||
|
|
@ -49,7 +50,7 @@
|
|||
<p>
|
||||
${app} is available in the software repositories of the following
|
||||
linux distributions:
|
||||
<table id="info">
|
||||
<table id="install_info">
|
||||
<col width="150" /><col width="*" />
|
||||
<tr>
|
||||
<th class="left distro_type">Supported<br/>distributions</th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue