From 4bdb8b323445539aa04de9893ca7ad1ee24462bc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 23 Mar 2005 22:43:16 +0000 Subject: [project @ 2005-03-23 22:43:16 by tlsa] Position aligned tables with margins. svn path=/import/netsurf/; revision=1576 --- !NetSurf/Resources/CSS,f79 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79 index 0589d83a3..6c2df1588 100644 --- a/!NetSurf/Resources/CSS,f79 +++ b/!NetSurf/Resources/CSS,f79 @@ -65,9 +65,9 @@ dir { display: block; padding-left: 0.5em; } menu { display: block; padding-left: 0.5em; } table { display: table; } -table[align=left] { float: left; } -table[align=center] { margin-left: auto; margin-right: auto; text-align: left; } -table[align=right] { float: right; text-align: left; } +table[align=left] { margin-right: auto; } +table[align=center] { margin-left: auto; margin-right: auto; } +table[align=right] { margin-left: auto; } caption { display: table-caption; } -- cgit v1.2.3