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

Commit fa8c84a

Browse files
committed
Add rounded corners.
1 parent 17f43e8 commit fa8c84a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

template.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
color: black;
2020
}
2121
.implemented, .partial, .missing {
22-
text-align: center;
23-
width: 150px;
24-
font-weight: bold;
25-
font-family: monospace;
26-
font-size: 18px;
22+
text-align: center;
23+
width: 150px;
24+
font-weight: bold;
25+
font-family: monospace;
26+
font-size: 18px;
27+
-moz-border-radius: 15px;
28+
border-radius: 15px;
2729
}
2830

2931
.subsection {
@@ -64,7 +66,7 @@ <h2>Features</h2>
6466
<%else%>
6567
<td><%var feature%></td>
6668
<%loop compilers%>
67-
<td class="<%var class%>"><%var status%></td>
69+
<td><div class="<%var class%>"><%var status%></div></td>
6870
<%/loop%>
6971
<%/if%>
7072
</tr>

0 commit comments

Comments
 (0)