This commit is contained in:
Kovid Goyal 2009-02-11 17:20:56 -08:00
parent 95a27e5036
commit f83dff0b75

View File

@ -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 &amp;&amp; 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">