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>
|
||||
<title>${title}</title>
|
||||
<style type="text/css">
|
||||
.distro_type {
|
||||
th.distro_type {
|
||||
font-family: monospace;
|
||||
text-align: center;
|
||||
border-bottom: solid 1pt black;
|
||||
@ -49,7 +49,7 @@
|
||||
<table id="info">
|
||||
<col width="150" /><col width="*" />
|
||||
<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>
|
||||
</tr>
|
||||
<tr class="tdata">
|
||||
@ -133,7 +133,8 @@ python setup.py build && sudo python setup.py install
|
||||
<br/><br/>
|
||||
<table id="dependencies">
|
||||
<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 class="dependency" py:for="dep in dependencies">
|
||||
|
Loading…
x
Reference in New Issue
Block a user