| Index: static/css/index.css | 
| =================================================================== | 
| --- a/static/css/index.css | 
| +++ b/static/css/index.css | 
| @@ -1,25 +1,27 @@ | 
| /****************************************************************************** | 
| * Temparary styles | 
| *****************************************************************************/ | 
|  | 
| .avoid-wrap {display: inline-block;} | 
| .small {font-size: smaller;} | 
| -.maxthon-only {display: none;} | 
| -.maxthon .maxthon-only {display: block;} | 
|  | 
| /****************************************************************************** | 
| * Browser-based styles | 
| *****************************************************************************/ | 
|  | 
| .show-on-msie { display: none; } | 
| -.msie .show-on-msie { display: block; } | 
| +.msie .show-on-msie { display: inherit; } | 
| .msie .hide-on-msie { display: none; } | 
|  | 
| +.show-on-maxthon { display: none; } | 
| +.maxthon .show-on-maxthon { display: inherit; } | 
| +.maxthon .hide-on-maxthon { display: none; } | 
| + | 
| /****************************************************************************** | 
| * #hero-download | 
| *****************************************************************************/ | 
|  | 
| #hero-download | 
| { | 
| padding: 3em 1em; | 
| } | 
|  |