diff --git a/media/css/ecosystem/documentation.less b/media/css/ecosystem/documentation.less index c49fa2ada84..1a0cbc9cec1 100644 --- a/media/css/ecosystem/documentation.less +++ b/media/css/ecosystem/documentation.less @@ -73,6 +73,10 @@ li ul { margin-top: 0; } + + li > a { + font-weight: normal; + } } #document-navigation { diff --git a/media/css/ecosystem/landing.less b/media/css/ecosystem/landing.less index a3ecdebd70f..da95c094ab4 100644 --- a/media/css/ecosystem/landing.less +++ b/media/css/ecosystem/landing.less @@ -29,19 +29,19 @@ p.intro { font-size: 25px; font-weight: 100; - padding-bottom: 30px; + padding-bottom: 20px; text-align: center; } .button-wrapper { - padding: 30px 0 20px; + padding: 20px 10px; + width: 288px; } } #landing-page .half { float: left; margin: 8px 0; - padding: 10px 20px 0; position: relative; width: 920px; @@ -52,11 +52,23 @@ } &.initial-steps { - background: #fff url(../../img/ecosystem/landing-steps.png) no-repeat 15px 50%; + background: #fff url(../../img/ecosystem/landing-steps.png) no-repeat -8px 38%; margin-bottom: 40px; + padding-top: 0; + } + + .button.prominent { + &.first { + background: #eb492d; + } + + &.second { + background: #ff9600; + } } &.contact { + margin: 25px 0; text-align: center; .contact-info, .logo { @@ -64,7 +76,7 @@ } .logo { - padding: 15px 20px 15px 0; + padding: 15px 20px 5px 0; width: 142px; img { @@ -101,24 +113,32 @@ .panel { float: left; - width: 33.3%; + width: 306px; h2 { + margin-top: 10px; text-align: center; } - a p { - color: @medium-gray; + p { + border-bottom: 2px solid transparent; + display: block; + height: 50px; + margin: 0 auto; + overflow: hidden; + padding-top: 10px; + text-overflow: ellipsis; + width: 230px; } - a:hover { - text-decoration: none; + a p { + color: @medium-gray; } p { margin: 0 auto; + padding: 0 10px 10px 10px; text-align: center; - width: 200px; } } diff --git a/media/img/ecosystem/landing-steps.png b/media/img/ecosystem/landing-steps.png index 587bb6e8bfc..6b3fb0b6f9d 100644 Binary files a/media/img/ecosystem/landing-steps.png and b/media/img/ecosystem/landing-steps.png differ diff --git a/mkt/developers/templates/developers/skeleton_impala.html b/mkt/developers/templates/developers/skeleton_impala.html index ef637342945..130bb27f5ea 100644 --- a/mkt/developers/templates/developers/skeleton_impala.html +++ b/mkt/developers/templates/developers/skeleton_impala.html @@ -57,6 +57,11 @@