| Index: static/css/index.css | 
| =================================================================== | 
| --- a/static/css/index.css | 
| +++ b/static/css/index.css | 
| @@ -13,7 +13,7 @@ | 
| display: inline-block; | 
| } | 
|  | 
| -#video, #maxthon-instruction | 
| +#video, #maxthon-instruction, edge-incoming | 
| { | 
| background: white; | 
| padding: 10px; | 
| @@ -40,6 +40,21 @@ | 
| display: inline-block; | 
| } | 
|  | 
| +#feature-edge, #edge-incoming | 
| +{ | 
| +  display: none; | 
| +} | 
| + | 
| +#content.edge #video | 
| +{ | 
| +  display: none; | 
| +} | 
| + | 
| +#content.edge #feature-edge | 
| +{ | 
| +  display: inline-block; | 
| +} | 
| + | 
| #summary h1, #summary h2 | 
| { | 
| font-weight: normal; | 
| @@ -68,6 +83,11 @@ | 
| color: #333333; | 
| } | 
|  | 
| +#content.edge #summary ul | 
| +{ | 
| +  margin: 10px 0px 5px 0px; | 
| +} | 
| + | 
| html[dir="rtl"] #summary ul | 
| { | 
| padding-right: 40px; | 
| @@ -361,6 +381,16 @@ | 
| background-position: -128px -109px; | 
| } | 
|  | 
| +#platform-edge | 
| +{ | 
| +  background-position: -68px -171px; | 
| +} | 
| + | 
| +#content.edge #platform-edge | 
| +{ | 
| +  background-position: -68px -151px; | 
| +} | 
| + | 
| .warning-platform, | 
| .disclaimer, | 
| #maxthon-notification | 
| @@ -563,7 +593,8 @@ | 
| #more-container.internet-explorer #tab-internet-explorer, | 
| #more-container.safari #tab-safari, | 
| #more-container.yandex-browser #tab-yandex-browser, | 
| -#more-container.maxthon #tab-maxthon | 
| +#more-container.maxthon #tab-maxthon, | 
| +#more-container.edge #tab-edge | 
| { | 
| display: inline-block; | 
| } | 
| @@ -576,6 +607,72 @@ | 
| #more-container.safari #more-safari, | 
| #more-container.yandex-browser #more-yandex-browser, | 
| #more-container.maxthon #more-maxthon | 
| +#more-container.edge #more-edge | 
| { | 
| background-color: #dbd4c7; | 
| } | 
| +#content h3.subscribe-header | 
| +{ | 
| +  font-size: 18px; | 
| +  margin-bottom: 0px; | 
| +} | 
| + | 
| +.subscribe-description | 
| +{ | 
| +  margin: 14px 0px 0px 0px; | 
| +  color: #428BCA; | 
| +  font-weight: bold; | 
| +} | 
| + | 
| +#subscribe-textbox | 
| +{ | 
| +  border: solid 1px #B5B4B0; | 
| +  margin-right: 5px; | 
| +  padding-left: 5px; | 
| +  padding-right: 5px; | 
| +  font-size: 16px; | 
| +  line-height: 44px; | 
| +  height: 44px; /* IE 8 */ | 
| +} | 
| + | 
| +#subscribe-textbox.placeholder | 
| +{ | 
| +  color: #B5B4B0; | 
| +} | 
| + | 
| +#subscribe-button | 
| +{ | 
| +  border: solid 1px #357EBD; | 
| +  border-radius: 3px; | 
| +  background-color: #428BCA; | 
| +  color: #FFFFFF; | 
| +  font-size: 14px; | 
| +  font-weight: bold; | 
| +  min-width: 146px; | 
| +  height: 48px; | 
| +} | 
| + | 
| +#subscribe-button span | 
| +{ | 
| +  padding-left: 30px; | 
| +  padding-right: 30px; | 
| +} | 
| + | 
| +#subscribe-form .sucess-label, #response-error, | 
| +#subscribe-form .invalid-label, #subscribe-form.success input, | 
| +#subscribe-form.success button | 
| +{ | 
| +  display: none; | 
| +} | 
| + | 
| +#subscribe-form .invalid-label | 
| +{ | 
| +  margin-top: 15px; | 
| +} | 
| + | 
| +#subscribe-form.success .sucess-label, | 
| +#subscribe-form.invalid .invalid-label, | 
| +#subscribe-form.error #response-error | 
| +{ | 
| +  display: block; | 
| +} | 
|  |