]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe_css_toolbar.dpatch
authorfreestorm77 <freestorm77@gmail.com>
Tue, 22 Jun 2010 21:00:46 +0000 (14:00 -0700)
committerfreestorm77 <freestorm77@gmail.com>
Tue, 22 Jun 2010 21:00:46 +0000 (14:00 -0700)
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

index 9e0dc2bdd847f693230eb4611805e1fe1d42d347..a9aced6e3c4c1c1a9816eacf5c332384a7229b4e 100644 (file)
@@ -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