File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 15
15
<!--[if lt IE 9]>
16
16
<link rel="stylesheet" href="assets/css/ie.css" />
17
17
<![endif]-->
18
- < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3 /jquery.min.js "> </ script >
18
+ < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4 /jquery.min.js "> </ script >
19
19
< script src ="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js "> </ script >
20
20
< script >
21
21
! window . jQuery && document . write ( unescape ( '%3Cscript src="assets/js/jquery.js"%3E%3C/script%3E' ) ) ;
Original file line number Diff line number Diff line change @@ -145,9 +145,13 @@ img {
145
145
146
146
li {
147
147
/*
148
- For IE6 + IE7.
148
+ For IE6 + IE7:
149
+
150
+ "display: list-item" keeps bullets from
151
+ disappearing if hasLayout is triggered.
149
152
*/
150
153
display : list-item;
154
+ list-style : none;
151
155
}
152
156
153
157
table {
@@ -196,7 +200,8 @@ sup {
196
200
197
201
svg {
198
202
/*
199
- For IE9.
203
+ For IE9. Without, occasionally draws shapes
204
+ outside the boundaries of <svg> rectangle.
200
205
*/
201
206
overflow : hidden;
202
207
}
Original file line number Diff line number Diff line change 1084
1084
</ a >
1085
1085
</ div >
1086
1086
</ div >
1087
- < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.6.3 /jquery.min.js "> </ script >
1087
+ < script src ="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4 /jquery.min.js "> </ script >
1088
1088
< script src ="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js "> </ script >
1089
1089
< script >
1090
1090
! window . jQuery && document . write ( unescape ( '%3Cscript src="assets/js/jquery.js"%3E%3C/script%3E' ) ) ;
You can’t perform that action at this time.
0 commit comments