| Index: src/site/css/dart-style.css
|
| diff --git a/src/site/css/dart-style.css b/src/site/css/dart-style.css
|
| index 26a32cf178e03abc8804df2f9686abc66203db88..8bc1f5b177196c3d9a9b021432a7601c5ccc5df7 100644
|
| --- a/src/site/css/dart-style.css
|
| +++ b/src/site/css/dart-style.css
|
| @@ -219,6 +219,11 @@ i.sprite-icon-close-x {
|
| background-position: -150px -200px;
|
| }
|
|
|
| +.btn-lg.try-btn {
|
| + padding: 10px 46px 10px 46px;
|
| + position: relative;
|
| +}
|
| +
|
| .btn-lg.download-btn {
|
| padding: 10px 46px 10px 66px;
|
| position: relative;
|
| @@ -757,7 +762,7 @@ pre.prettyprint {
|
| text-decoration: underline;
|
| }
|
|
|
| -.hero .download-btn {
|
| +.hero .download-btn, .hero .try-btn {
|
| background: none;
|
| border: 1px solid #fff;
|
| margin-top: 30px;
|
|
|