Skip to content

Commit

Permalink
Homepage|IE: Fixed IE specific issue with responsive definition list …
Browse files Browse the repository at this point in the history
…reformatting
  • Loading branch information
danij-deng committed Apr 21, 2014
1 parent 14be0d6 commit 5ffff39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/style.css
Expand Up @@ -27,7 +27,7 @@ span.inlcnt { padding: 0.4ex; }
/* responsive column expansion */
@media handheld, only screen and (max-width: 480px) {
.reslist .expcol { width:100%; }
.reslist dt { display:initial; }
.reslist dt { display:block; }
}
/* responsive column exclusion */
@media handheld, only screen and (max-width: 480px) {
Expand Down

0 comments on commit 5ffff39

Please sign in to comment.