mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN:...
This commit is contained in:
parent
2edd37f4a9
commit
2d3d71abff
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user