removed CSS causing folders in tree not to be displayed in mail with IE 11, seems to have no effect anyway ;-)

This commit is contained in:
Ralf Becker 2014-06-03 16:14:01 +00:00
parent 289de71581
commit a92a8c2f3b
3 changed files with 0 additions and 23 deletions

View File

@ -273,10 +273,6 @@ pre {
width: 100%;
display: table-row;
}
.dtree tbody, .dtree tr, .dtree td, .dtree span {
width: 100%;
overflow: hidden;
}
.useEllipsis {
text-overflow: ellipsis;
width: 250px;

View File

@ -268,13 +268,6 @@ pre {
width: 100%;
display: table-row;
}
.dtree tbody,
.dtree tr,
.dtree td,
.dtree span {
width: 100%;
overflow: hidden;
}
.useEllipsis {
text-overflow: ellipsis;
width: 250px;
@ -2104,13 +2097,6 @@ pre {
width: 100%;
display: table-row;
}
.dtree tbody,
.dtree tr,
.dtree td,
.dtree span {
width: 100%;
overflow: hidden;
}
.useEllipsis {
text-overflow: ellipsis;
width: 250px;

View File

@ -1394,11 +1394,6 @@ pre {
width: 100%;
display: table-row;
}
tbody, tr, td, span {
width: 100%;
overflow: hidden;
}
// Ende dtree
}