From a82bd820d3c1b18c606c8b325a0c46a2dfefd292 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 2 Oct 2005 16:57:07 +0000 Subject: [PATCH] r466: Failed attempt to tabularize data --- templates/report.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/report.css b/templates/report.css index 9c39174..87f2ca4 100644 --- a/templates/report.css +++ b/templates/report.css @@ -31,16 +31,18 @@ label { - display: inline; + /*float: left;*/ + /*display: inline-block;*/ width: 30%; font-weight: bold; - vertical-align: text-top; +/* vertical-align: text-top;*/ background-color: red; } .field { - display: inline; + float: right; + /*display: inline;*/ width: 68%; background-color: blue; } -- 2.43.5