Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add rounded corners.
  • Loading branch information
coke committed Jul 25, 2011
1 parent 17f43e8 commit fa8c84a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions template.html
Expand Up @@ -19,11 +19,13 @@
color: black;
}
.implemented, .partial, .missing {
text-align: center;
width: 150px;
font-weight: bold;
font-family: monospace;
font-size: 18px;
text-align: center;
width: 150px;
font-weight: bold;
font-family: monospace;
font-size: 18px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.subsection {
Expand Down Expand Up @@ -64,7 +66,7 @@ <h2>Features</h2>
<%else%>
<td><%var feature%></td>
<%loop compilers%>
<td class="<%var class%>"><%var status%></td>
<td><div class="<%var class%>"><%var status%></div></td>
<%/loop%>
<%/if%>
</tr>
Expand Down

0 comments on commit fa8c84a

Please sign in to comment.