From: freestorm77 Date: Tue, 22 Jun 2010 21:00:46 +0000 (-0700) Subject: tahoe_css_toolbar.dpatch X-Git-Url: https://git.rkrishnan.org/(%5B%5E?a=commitdiff_plain;h=eb63ba9a26bc1da745235a50c479751145dcb247;p=tahoe-lafs%2Ftahoe-lafs.git 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. --- 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