| 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 | 7 | 
| 8 /****************************************************************************** | 8 /****************************************************************************** | 
| 9  * Browser-based styles | 9  * Browser-based styles | 
| 10  *****************************************************************************/ | 10  *****************************************************************************/ | 
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 307   max-width: 10em; | 307   max-width: 10em; | 
| 308 } | 308 } | 
| 309 | 309 | 
| 310 #abb-app-store-badges | 310 #abb-app-store-badges | 
| 311 { | 311 { | 
| 312   margin-top: 2em; | 312   margin-top: 2em; | 
| 313 } | 313 } | 
| 314 | 314 | 
| 315 #abb-app-store-badges img | 315 #abb-app-store-badges img | 
| 316 { | 316 { | 
| 317   width: 200px; | 317   height: 60px; | 
| 318 } | 318 } | 
| 319 | 319 | 
| 320 @media (max-width: 575px) | 320 @media (max-width: 575px) | 
| 321 { | 321 { | 
| 322   #abb-app-store-badges a:first-of-type | 322   #abb-app-store-badges a:first-of-type | 
| 323   { | 323   { | 
| 324     margin-bottom: 0.5em; | 324     margin-bottom: 0.5em; | 
| 325   } | 325   } | 
| 326 } | 326 } | 
| 327 | 327 | 
| (...skipping 16 matching lines...) Expand all  Loading... | 
| 344  * #footnote | 344  * #footnote | 
| 345  *****************************************************************************/ | 345  *****************************************************************************/ | 
| 346 | 346 | 
| 347 #footnote | 347 #footnote | 
| 348 { | 348 { | 
| 349   padding-top: 3em; | 349   padding-top: 3em; | 
| 350   padding-bottom: 2em; | 350   padding-bottom: 2em; | 
| 351   font-size: 13px; | 351   font-size: 13px; | 
| 352   color: #7d7d7d; | 352   color: #7d7d7d; | 
| 353 } | 353 } | 
| OLD | NEW | 
|---|