mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 15:39:00 +00:00
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.
This commit is contained in:
parent
97579af73c
commit
eb63ba9a26
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user