Fix all remaining alignment issues for IE with a small adjustment to the style sheet.
This commit is contained in:
parent
4b967bfe0c
commit
24e6a35c48
|
|
@ -187,6 +187,7 @@ INPUT.txt {
|
|||
}
|
||||
|
||||
.vtable {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -199,6 +199,7 @@ th:last-child th:first-child {
|
|||
}
|
||||
|
||||
.vtable {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -568,6 +568,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
z-index:1;
|
||||
padding:10px;
|
||||
color: 000;
|
||||
text-align: left;
|
||||
/*
|
||||
box-shadow:5px -5px 10px #700;
|
||||
-webkit-box-shadow:5px -5px 10px #888;
|
||||
|
|
|
|||
|
|
@ -564,6 +564,7 @@ table tr:nth-last-child(-5) td:first-of-type {
|
|||
z-index:1;
|
||||
padding:7px;
|
||||
color: 000;
|
||||
text-align: left;
|
||||
/*
|
||||
box-shadow:5px -5px 10px #700;
|
||||
-webkit-box-shadow:5px -5px 10px #888;
|
||||
|
|
|
|||
Loading…
Reference in New Issue