From 67e40f632946c69aa1d8f8619f326a349b097003 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 14 Feb 2005 20:08:37 +0000 Subject: [PATCH] Fixed CSS bug SVN revision: 1205 --- themes/default/compact.css | 2 +- themes/default/default.css | 2 +- themes/default/tiny.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/compact.css b/themes/default/compact.css index fcf032cb..e68615be 100755 --- a/themes/default/compact.css +++ b/themes/default/compact.css @@ -26,7 +26,7 @@ td { /* printable frame table */ .pframe { - width:600; + width:600px; } /* standard formatting for logbook tabs */ diff --git a/themes/default/default.css b/themes/default/default.css index 8df08865..0f8ef671 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -26,7 +26,7 @@ td { /* printable frame table */ .pframe { - width:600; + width:600px; } /* standard formatting for logbook tabs */ diff --git a/themes/default/tiny.css b/themes/default/tiny.css index f679e831..ee03c28d 100755 --- a/themes/default/tiny.css +++ b/themes/default/tiny.css @@ -27,7 +27,7 @@ td { /* printable frame table */ .pframe { - width:600; + width:600px; } /* standard formatting for logbook tabs */