fix features page

pull/2029/merge
Thibault Duplessis 2016-07-14 11:57:33 +02:00
parent 72a6a1a633
commit 7d9122e707
2 changed files with 8 additions and 4 deletions

View File

@ -160,7 +160,7 @@ description = "All of lichess features are free for all and forever. We do it fo
<tr>
<th>Contribute to lichess.org and<br />get a cool looking patron icon</th>
<td>-</td>
<td><span data-icon="" class="is is-green text check">Yes</span></td>
<td><span data-icon="@patronIconChar" class="is is-green text check">Yes</span></td>
</tr>
<tr class="price">
<th></th>
@ -177,7 +177,7 @@ description = "All of lichess features are free for all and forever. We do it fo
<br /><br />
<strong>all features are free for everybody, forever!</strong>
<br />
If you love lichess, please <a class="thin button" href="@routes.Plan.index">support us with a patron account!</a>
If you love lichess, <a class="button" href="@routes.Plan.index">support us with a patron account!</a>
</p>
</div>
}

View File

@ -11,8 +11,8 @@ table h1::before {
margin-right: 10px;
}
table a,
table a:visited {
table a:not(.button),
table a:not(.button):visited {
border-bottom: 1px dashed #3893E8;
}
@ -47,6 +47,10 @@ tbody th {
.price {
font-size: 1.4em;
}
.price > * {
border: none;
padding-top: 30px;
}
.explanation {
margin: 40px 120px 20px 120px;
padding: 20px 30px;