projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97579af
)
tahoe_css_toolbar.dpatch
author
freestorm77
<freestorm77@gmail.com>
Tue, 22 Jun 2010 21:00:46 +0000
(14:00 -0700)
committer
freestorm77
<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
patch
|
blob
|
history
diff --git
a/src/allmydata/web/tahoe.css
b/src/allmydata/web/tahoe.css
index 9e0dc2bdd847f693230eb4611805e1fe1d42d347..a9aced6e3c4c1c1a9816eacf5c332384a7229b4e 100644
(file)
--- 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