Use tasklist CSS rules for more aesthetically pleasing tables.
This commit is contained in:
parent
72bec92a83
commit
d761c9adfa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23128
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.137 2004/11/24 23:47:31 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.138 2004/11/26 10:17:15 brueffer Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -180,8 +180,8 @@
|
|||
<p>This is an incomplete list of high-level kernel subsystems and
|
||||
current, active staff working on SMP architecture and stability.</p>
|
||||
|
||||
<table border=3>
|
||||
<tr>
|
||||
<table class="tasklist" border="3" cellpadding="2" cellspacing="0">
|
||||
<tr class="heading">
|
||||
<th> Subsystem </th>
|
||||
<th> Status </th>
|
||||
<th> Last updated </th>
|
||||
|
@ -322,8 +322,8 @@
|
|||
|
||||
<p>Following is an incomplete list of general tasks.</p>
|
||||
|
||||
<table border=3>
|
||||
<tr>
|
||||
<table class="tasklist" cellpadding="2" cellspacing="0" border="3">
|
||||
<tr class="heading">
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
<th> Last updated </th>
|
||||
|
@ -1586,8 +1586,8 @@
|
|||
<p>This table lists the todo subtasks for multithreading the network
|
||||
stack.</p>
|
||||
|
||||
<table border=3>
|
||||
<tr>
|
||||
<table class="tasklist" cellpadding="2" cellspacing="0" border="3">
|
||||
<tr class="heading">
|
||||
<th> Task </th>
|
||||
<th> Responsible </th>
|
||||
<th> Last updated </th>
|
||||
|
@ -2148,8 +2148,8 @@
|
|||
<a name="issues"></a>
|
||||
<h2>Known Issues</h2>
|
||||
|
||||
<table border=3>
|
||||
<tr>
|
||||
<table class="tasklist" cellpadding="2" cellspacing="0" border="3">
|
||||
<tr class="heading">
|
||||
<th> Issue </th>
|
||||
<th> Last updated </th>
|
||||
<th> Status </th>
|
||||
|
|
Loading…
Reference in a new issue