1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

fixed broken license tables

This commit is contained in:
Jason Long 2013-01-22 10:32:18 -05:00 committed by Haacked
parent 84dd1a3cfb
commit 4a81ab995a
2 changed files with 13 additions and 10 deletions

View File

@ -228,6 +228,9 @@ strong {
} }
.see-more { .see-more {
margin-top: 20px; margin-top: 20px;
display: inline-block;
padding-left: 80px;
padding-right: 80px;
} }
.license-grid { .license-grid {

View File

@ -24,7 +24,7 @@
</li> </li>
</ol> </ol>
<h1>Featured</h1> <h1>Featured</h1>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="mit">MIT</a> <a href="mit">MIT</a>
@ -61,7 +61,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="apache">Apache</a> <a href="apache">Apache</a>
@ -103,7 +103,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="gpl-v2">GPL v2</a>/<a href="gpl-v3">v3</a> <a href="gpl-v2">GPL v2</a>/<a href="gpl-v3">v3</a>
@ -146,12 +146,12 @@
</tr> </tr>
</table> </table>
<h1>Other licenses</h1> <h2>Other licenses</h2>
<p> <p>
Some communities tend to have specific licenses preferred by the Some communities tend to have specific licenses preferred by the
community. For example, PERL developers often choose the artistic license. community. For example, PERL developers often choose the artistic license.
</p> </p>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="artistic">Artistic</a> <a href="artistic">Artistic</a>
@ -194,7 +194,7 @@
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="bsd">BSD</a> <a href="bsd">BSD</a>
@ -234,7 +234,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="eclipse">Eclipse</a> <a href="eclipse">Eclipse</a>
@ -275,7 +275,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="mozilla">Mozilla</a> <a href="mozilla">Mozilla</a>
@ -317,7 +317,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="lgpl-v2.1">LGPL v2.1</a> <a href="lgpl-v2.1">LGPL v2.1</a>
@ -357,7 +357,7 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class='license'> <table class='license-grid'>
<tr> <tr>
<th class='name'> <th class='name'>
<a href="lgpl-v3">LGPL v3</a> <a href="lgpl-v3">LGPL v3</a>