| LEFT | RIGHT |
| 1 /****************************************************************************** | 1 /****************************************************************************** |
| 2 * Temparary styles | 2 * Temparary styles |
| 3 *****************************************************************************/ | 3 *****************************************************************************/ |
| 4 | 4 |
| 5 .avoid-wrap {display: inline-block;} | 5 .avoid-wrap {display: inline-block;} |
| 6 .small {font-size: smaller;} | 6 .small {font-size: smaller;} |
| 7 | 7 |
| 8 /****************************************************************************** | 8 /****************************************************************************** |
| 9 * Browser-based styles | 9 * Browser-based styles |
| 10 *****************************************************************************/ | 10 *****************************************************************************/ |
| 11 |
| 12 .show-on-msie { display: none; } |
| 13 .msie .show-on-msie { display: inherit; } |
| 14 .msie .hide-on-msie { display: none; } |
| 11 | 15 |
| 12 .show-on-maxthon { display: none; } | 16 .show-on-maxthon { display: none; } |
| 13 .maxthon .show-on-maxthon { display: inherit; } | 17 .maxthon .show-on-maxthon { display: inherit; } |
| 14 .maxthon .hide-on-maxthon { display: none; } | 18 .maxthon .hide-on-maxthon { display: none; } |
| 15 | 19 |
| 16 /****************************************************************************** | 20 /****************************************************************************** |
| 17 * #hero-download | 21 * #hero-download |
| 18 *****************************************************************************/ | 22 *****************************************************************************/ |
| 19 | 23 |
| 20 #hero-download | 24 #hero-download |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 * #footnote | 339 * #footnote |
| 336 *****************************************************************************/ | 340 *****************************************************************************/ |
| 337 | 341 |
| 338 #footnote | 342 #footnote |
| 339 { | 343 { |
| 340 padding-top: 3em; | 344 padding-top: 3em; |
| 341 padding-bottom: 2em; | 345 padding-bottom: 2em; |
| 342 font-size: 13px; | 346 font-size: 13px; |
| 343 color: #7d7d7d; | 347 color: #7d7d7d; |
| 344 } | 348 } |
| LEFT | RIGHT |