From eb63ba9a26bc1da745235a50c479751145dcb247 Mon Sep 17 00:00:00 2001 From: freestorm77 Date: Tue, 22 Jun 2010 14:00:46 -0700 Subject: [PATCH] tahoe_css_toolbar.dpatch CSS modification to be correctly diplayed with Internet Explorer 8 The links on the top of page directory.xhtml are not diplayed in the same line as display with Firefox. --- src/allmydata/web/tahoe.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/allmydata/web/tahoe.css b/src/allmydata/web/tahoe.css index 9e0dc2bd..a9aced6e 100644 --- a/src/allmydata/web/tahoe.css +++ b/src/allmydata/web/tahoe.css @@ -128,10 +128,11 @@ table.tahoe-directory { .toolbar { display: table; margin: .2em auto; + text-align: center; /*width: 100%;*/ } .toolbar .toolbar-item { - display: table-cell; + display: inline; text-align: center; padding: 0 1em; } \ No newline at end of file -- 2.45.2