Left: | ||
Right: |
OLD | NEW |
---|---|
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 .maxthon-only {display: none;} | |
8 .maxthon .maxthon-only {display: block;} | |
9 | 7 |
10 /****************************************************************************** | 8 /****************************************************************************** |
11 * Browser-based styles | 9 * Browser-based styles |
12 *****************************************************************************/ | 10 *****************************************************************************/ |
13 | 11 |
14 .show-on-msie { display: none; } | 12 .show-on-maxthon { display: none; } |
juliandoucette
2018/04/16 15:44:40
RE: Last published quick note. It looks like you h
ire
2018/04/16 16:00:59
Thanks! Done.
| |
15 .msie .show-on-msie { display: block; } | 13 .maxthon .show-on-maxthon { display: inherit; } |
16 .msie .hide-on-msie { display: none; } | 14 .maxthon .hide-on-maxthon { display: none; } |
17 | 15 |
18 /****************************************************************************** | 16 /****************************************************************************** |
19 * #hero-download | 17 * #hero-download |
20 *****************************************************************************/ | 18 *****************************************************************************/ |
21 | 19 |
22 #hero-download | 20 #hero-download |
23 { | 21 { |
24 padding: 3em 1em; | 22 padding: 3em 1em; |
25 } | 23 } |
26 | 24 |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
337 * #footnote | 335 * #footnote |
338 *****************************************************************************/ | 336 *****************************************************************************/ |
339 | 337 |
340 #footnote | 338 #footnote |
341 { | 339 { |
342 padding-top: 3em; | 340 padding-top: 3em; |
343 padding-bottom: 2em; | 341 padding-bottom: 2em; |
344 font-size: 13px; | 342 font-size: 13px; |
345 color: #7d7d7d; | 343 color: #7d7d7d; |
346 } | 344 } |
OLD | NEW |