Use tasklist CSS to make the schedule table more aesthetically
pleasing.
This commit is contained in:
parent
d887172163
commit
f89105c9d5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24810
1 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/schedule.sgml,v 1.1 2005/06/10 14:23:55 kensmith Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.0R/schedule.sgml,v 1.2 2005/06/10 14:45:49 kensmith Exp $">
|
||||
<!ENTITY local.rel "6.0">
|
||||
<!ENTITY local.rel.tag "6_0">
|
||||
<!ENTITY title "FreeBSD &local.rel; Release Process">
|
||||
|
|
@ -28,12 +28,12 @@
|
|||
|
||||
<h1>Schedule</h1>
|
||||
|
||||
<table border=1>
|
||||
<tr>
|
||||
<td>Action</td>
|
||||
<td>Expected</td>
|
||||
<td>Actual</td>
|
||||
<td>Description</td>
|
||||
<table class="tasklist" border="3" cellpadding="5" cellspacing="0">
|
||||
<tr class="heading">
|
||||
<th>Action</th>
|
||||
<th>Expected</th>
|
||||
<th>Actual</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue