Skip to content

Commit

Permalink
IDI-99: Convert px to em; clean up styles for IE 7 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
acheetham committed Mar 12, 2013
1 parent cd44ebc commit 4110e79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion style-ltie8.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.idi-booking-faq-show-hide {
width: 14.5em;
}
}

.idi-equipment-item h3 {
margin-top: 0;
}
.idi-equipment-item p {
margin-left: 15em;
}
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1973,19 +1973,19 @@ a.idi-project-link {
max-width: 37em;
}
.idi-equipment-details img {
width: 220px;
width: 13em;
height: auto;
float: left;
}
.idi-equipment-item {
margin-bottom: 1.5em;
}
.idi-equipment-item h3,
.idi-equipment-item ul,
.idi-equipment-itemKit {
margin-left: 240px; /* 200px img width plus padding */
.idi-equipment-item .idi-equipment-itemKit {
margin-left: 15em;
}
.idi-equipment-item h3 {
margin-left: 13em;
margin-top: -1em;
}
.idi-equipment-item li {
Expand Down

0 comments on commit 4110e79

Please sign in to comment.