Use tasklist CSS rules for more aesthetic tables.
This commit is contained in:
parent
d761c9adfa
commit
c711afc2d9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23129
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.126 2004/11/29 04:11:20 linimon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.127 2004/11/30 20:26:15 kensmith Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -55,8 +55,8 @@ reviewed and approved by the relevant contact party. The status of
|
|||
other subtrees such as <tt>ports/</tt> and <tt>doc/</tt> is also
|
||||
provided below.</p>
|
||||
|
||||
<table border="3" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<table class="tasklist" border="3" cellpadding="5" cellspacing="0">
|
||||
<tr class="heading">
|
||||
<th> Branch </th>
|
||||
<th> Status </th>
|
||||
<th> Contact </th>
|
||||
|
@ -182,7 +182,7 @@ provided below.</p>
|
|||
<td> Maintenance branch for 2.2-STABLE (not officially supported). </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<tr class="heading">
|
||||
<th> Subtree </th>
|
||||
<th> Status </th>
|
||||
<th> Contact </th>
|
||||
|
|
Loading…
Reference in a new issue