mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN:...
This commit is contained in:
parent
95a27e5036
commit
f83dff0b75
@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.distro_type {
|
th.distro_type {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: solid 1pt black;
|
border-bottom: solid 1pt black;
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<table id="info">
|
<table id="info">
|
||||||
<col width="150" /><col width="*" />
|
<col width="150" /><col width="*" />
|
||||||
<tr>
|
<tr>
|
||||||
<th class="left distro_type">Supported distributions</th>
|
<th class="left distro_type">Supported<br/>distributions</th>
|
||||||
<th class="right distro_type">Unsupported distributions</th>
|
<th class="right distro_type">Unsupported distributions</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="tdata">
|
<tr class="tdata">
|
||||||
@ -133,7 +133,8 @@ python setup.py build && sudo python setup.py install
|
|||||||
<br/><br/>
|
<br/><br/>
|
||||||
<table id="dependencies">
|
<table id="dependencies">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="margin-right:2em">Package</th><th>Version</th>
|
<th class="distro_type" style="margin-right:2em">Package</th>
|
||||||
|
<th class="distro_type">Version</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="dependency" py:for="dep in dependencies">
|
<tr class="dependency" py:for="dep in dependencies">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user