| Index: static/css/index.css |
| =================================================================== |
| --- a/static/css/index.css |
| +++ b/static/css/index.css |
| @@ -1,24 +1,30 @@ |
| /****************************************************************************** |
| * Temparary styles |
| *****************************************************************************/ |
| .avoid-wrap {display: inline-block;} |
| .small {font-size: smaller;} |
| -.maxthon-only {display: none;} |
| -.maxthon .maxthon-only {display: block;} |
| #content, |
| #blog |
| { |
| padding-top: 5em; |
| } |
| /****************************************************************************** |
| + * Browser-based styles |
| + *****************************************************************************/ |
| + |
| +.show-on-maxthon { display: none; } |
| +.maxthon .show-on-maxthon { display: block; } |
| +.maxthon .hide-on-maxthon { display: none; } |
| + |
| +/****************************************************************************** |
| * #hero-download |
| *****************************************************************************/ |
| #hero-download |
| { |
| padding-top: 2em; |
| padding-bottom: 2em; |
| } |