 Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed)
    
  
    Issue 29322769:
  Issue 2844 - Create Microsoft Edge coming soon landing page  (Closed) 
  | Index: static/css/index-mobile.css | 
| =================================================================== | 
| --- a/static/css/index-mobile.css | 
| +++ b/static/css/index-mobile.css | 
| @@ -20,7 +20,7 @@ | 
| font-size: 20px; | 
| } | 
| -#video, #maxthon-instruction | 
| +#video, #maxthon-instruction, edge-teaser | 
| 
saroyanm
2015/09/22 13:15:45
Probably should be "#edge-teaser"
 | 
| { | 
| -webkit-box-sizing: border-box; | 
| -moz-box-sizing: border-box; | 
| @@ -106,3 +106,18 @@ | 
| text-align: left; | 
| margin: 10px 10px 0px 10px; | 
| } | 
| + | 
| +#subscribe-button | 
| +{ | 
| + width: calc(100% - 37px); | 
| +} | 
| + | 
| +#subscribe-textbox | 
| +{ | 
| + width: calc(100% - 60px); | 
| +} | 
| + | 
| +#edge-teaser | 
| +{ | 
| + display: none; | 
| +} |