From d761c9adfaa94311040b052dc24cc66a8c556801 Mon Sep 17 00:00:00 2001 From: Murray Stokely <murray@FreeBSD.org> Date: Sat, 4 Dec 2004 23:12:38 +0000 Subject: [PATCH] Use tasklist CSS rules for more aesthetically pleasing tables. --- en/smp/index.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index cd386fb74d..b9a622074e 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -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>