Fix all remaining alignment issues for IE with a small adjustment to the style sheet.

This commit is contained in:
Mark Crane 2013-01-19 02:36:51 +00:00
parent 4b967bfe0c
commit 24e6a35c48
4 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,7 @@ INPUT.txt {
}
.vtable {
text-align: left;
border-bottom: 1px solid #DFDFDF;
}

View File

@ -199,6 +199,7 @@ th:last-child th:first-child {
}
.vtable {
text-align: left;
border-bottom: 1px solid #DFDFDF;
}

View File

@ -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;

View File

@ -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;