Changeset 23611
- Timestamp:
- 03/04/2013 10:51:27 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/ie.css
r23610 r23611 144 144 145 145 /* Internet Explorer 7 */ 146 .ie7 audio, 147 .ie7 canvas, 148 .ie7 video { 149 display: inline; 150 zoom: 1; 151 } 152 153 .ie7 legend { 154 margin-left: -7px; 155 } 156 157 .ie7 button, 158 .ie7 input, 159 .ie7 select, 160 .ie7 textarea { 161 vertical-align: middle; 162 } 163 164 .ie7 button, 165 .ie7 input[type="button"], 166 .ie7 input[type="reset"], 167 .ie7 input[type="submit"] { 168 overflow: visible; 169 } 170 171 .ie7 input[type="checkbox"], 172 .ie7 input[type="radio"] { 173 height: 13px; 174 width: 13px; 175 } 176 146 177 .ie7 .assistive-text, 147 178 .ie7 .site .screen-reader-text { -
trunk/wp-content/themes/twentythirteen/style.css
r23574 r23611 82 82 video { 83 83 display: inline-block; 84 *display: inline;85 *zoom: 1;86 84 } 87 85 … … 216 214 samp { 217 215 font-family: monospace, serif; 218 _font-family: "Courier New", monospace;219 216 font-size: 14px; 220 217 -webkit-hyphens: none; … … 354 351 padding: 0; 355 352 white-space: normal; 356 *margin-left: -7px;357 353 } 358 354 … … 365 361 max-width: 100%; 366 362 vertical-align: baseline; 367 *vertical-align: middle;368 363 } 369 364 … … 379 374 -webkit-appearance: button; 380 375 cursor: pointer; 381 *overflow: visible;382 376 } 383 377 … … 390 384 input[type="radio"] { 391 385 padding: 0; 392 *height: 13px;393 *width: 13px;394 386 } 395 387
Note: See TracChangeset
for help on using the changeset viewer.