From 3866524b3247640fd06870f0abf9527035514ef5 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sun, 8 May 2005 16:07:44 +0000 Subject: [PATCH] New table styles. --- en/freebsd.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/en/freebsd.css b/en/freebsd.css index bafd603752..d1d7483d13 100644 --- a/en/freebsd.css +++ b/en/freebsd.css @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: www/en/freebsd.css,v 1.2 2004/12/04 23:02:40 murray Exp $ + * $FreeBSD: www/en/freebsd.css,v 1.3 2005/02/04 17:33:30 ceri Exp $ */ DIV.EXAMPLE P B { @@ -56,6 +56,16 @@ table.tasklist td.section { background-color: #e7e9f7; } +tbody.comparison tr { + vertical-align: top; +} + +tbody.comparison tr td.category { + font-size: 16px; + font-weight: bold; + margin-top: 20px; +} + label { font-weight: bold; cursor: pointer;