Skip to content

Commit

Permalink
Fixed navigation menu for IE < 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Aug 9, 2013
1 parent 90c7f73 commit 42604d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion css/demo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
* jQuery File Upload Demo CSS 1.0
* jQuery File Upload Demo CSS 1.0.1
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
Expand Down Expand Up @@ -65,3 +65,14 @@ table {
content: '| ';
}
}

/* IE7 fixes */
*+html .navigation {
list-style: none;
padding: 0;
margin: 0;
}
*+html .navigation li {
display: inline;
margin-right: 10px;
}

0 comments on commit 42604d6

Please sign in to comment.