| OLD | NEW | 
|---|
| 1 #content, | 1 #content, | 
| 2 #blog | 2 #blog | 
| 3 { | 3 { | 
| 4   padding-top: 5em; | 4   padding-top: 5em; | 
| 5 } | 5 } | 
| 6 | 6 | 
| 7 #key-facts h1 | 7 #key-facts h1 | 
| 8 { | 8 { | 
| 9   font-size: 16px; | 9   font-size: 16px; | 
| 10 } | 10 } | 
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 310   background: -moz-linear-gradient(bottom, #62c52b, #4f9d22); | 310   background: -moz-linear-gradient(bottom, #62c52b, #4f9d22); | 
| 311   background: -ms-linear-gradient(bottom, #62c52b, #4f9d22); | 311   background: -ms-linear-gradient(bottom, #62c52b, #4f9d22); | 
| 312   background: -o-linear-gradient(bottom, #62c52b, #4f9d22); | 312   background: -o-linear-gradient(bottom, #62c52b, #4f9d22); | 
| 313   background: linear-gradient(bottom, #62c52b, #4f9d22); | 313   background: linear-gradient(bottom, #62c52b, #4f9d22); | 
| 314   box-shadow: 0px 0px 7px #486c15; | 314   box-shadow: 0px 0px 7px #486c15; | 
| 315 } | 315 } | 
| 316 | 316 | 
| 317 #content.firefox #install-firefox, #content.chrome #install-chrome, | 317 #content.firefox #install-firefox, #content.chrome #install-chrome, | 
| 318 #content.opera #install-opera, #content.android #install-android, | 318 #content.opera #install-opera, #content.android #install-android, | 
| 319 #content.internet-explorer #install-internet-explorer, | 319 #content.internet-explorer #install-internet-explorer, | 
| 320 #content.safari.ua-safari #install-safari, |  | 
| 321 #content.safari.ua-ios #install-ios-safari, | 320 #content.safari.ua-ios #install-ios-safari, | 
| 322 #content.yandex-browser #install-yandex-browser, | 321 #content.yandex-browser #install-yandex-browser, | 
| 323 #content.edge #install-edge | 322 #content.edge #install-edge | 
| 324 { | 323 { | 
| 325   display: inline-block; | 324   display: inline-block; | 
| 326 } | 325 } | 
| 327 | 326 | 
|  | 327 #content.safari:not(.ua-ios) #install-safari { display: inline-block; } | 
|  | 328 | 
| 328 #other-platform ul | 329 #other-platform ul | 
| 329 { | 330 { | 
| 330   list-style: none; | 331   list-style: none; | 
| 331   display: inline-block; | 332   display: inline-block; | 
| 332   margin: 0px; | 333   margin: 0px; | 
| 333   padding: 0; | 334   padding: 0; | 
| 334   vertical-align: bottom; | 335   vertical-align: bottom; | 
| 335 } | 336 } | 
| 336 | 337 | 
| 337 html[dir="rtl"] #install ul | 338 html[dir="rtl"] #install ul | 
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 620   line-height: 1.4; | 621   line-height: 1.4; | 
| 621   color: #000; | 622   color: #000; | 
| 622   background-color: #fff; | 623   background-color: #fff; | 
| 623   border: 2px solid #a1a1a1; | 624   border: 2px solid #a1a1a1; | 
| 624 } | 625 } | 
| 625 | 626 | 
| 626 #ready-for-windows-notice | 627 #ready-for-windows-notice | 
| 627 { | 628 { | 
| 628   margin-bottom: 30px; | 629   margin-bottom: 30px; | 
| 629 } | 630 } | 
| OLD | NEW | 
|---|