From 97c8ae11c988fe6116737932a51f07128d82904e Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Sep 2007 01:37:08 +0200 Subject: tschwinge is some sort of CSS god by now... ;-) --- local.css | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 99ee94d4..f433f660 100644 --- a/local.css +++ b/local.css @@ -41,14 +41,29 @@ pre font-size: small; } -.table1 +.table_style_1 { text-align: left; - /* - * I want this `vertical-align' thing to work for the table elements. This - * doesn't work as it's done below. Shouldn't `td.table1' work? It also - * doesn't. Help. -- tschwinge, mostly CSS ignorant. - */ - vertical-align: top; font-size: small; + + border-width: thin; + border-style: solid; + border-collapse: collapse; + empty-cells: show; +} + +.table_style_1 th +{ + vertical-align: top; + + border-width: thin; + border-style: solid; +} + +.table_style_1 td +{ + vertical-align: top; + + border-width: thin; + border-style: dotted; } -- cgit v1.2.3