diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index 4fa588e02..9999eb8a8 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -136,7 +136,12 @@ casper.then(function() { casper.thenClick('a[data-target="#logs"]', function() { this.waitForSelector('svg > g', function() { this.wait(1000, function() { - this.capture(outputDir + 'org-logs.png'); + this.capture(outputDir + 'org-logs.png', { + top: 0, + left: 0, + width: width, + height: height + 200 + }); }); }); }); diff --git a/static/img/org-admin.png b/static/img/org-admin.png index f1a579aa7..149562dd2 100644 Binary files a/static/img/org-admin.png and b/static/img/org-admin.png differ diff --git a/static/img/org-logs.png b/static/img/org-logs.png new file mode 100644 index 000000000..6d9a1a56d Binary files /dev/null and b/static/img/org-logs.png differ diff --git a/static/img/org-repo-admin.png b/static/img/org-repo-admin.png index ee19347ff..f7aa665e5 100644 Binary files a/static/img/org-repo-admin.png and b/static/img/org-repo-admin.png differ diff --git a/static/img/org-repo-list.png b/static/img/org-repo-list.png index 4416392b9..d0bf0fe1b 100644 Binary files a/static/img/org-repo-list.png and b/static/img/org-repo-list.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png index 8083c4c0a..5f765b085 100644 Binary files a/static/img/org-teams.png and b/static/img/org-teams.png differ diff --git a/static/img/repo-admin.png b/static/img/repo-admin.png index 542717be6..f1fc4334f 100644 Binary files a/static/img/repo-admin.png and b/static/img/repo-admin.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index fce6855a8..e1490861a 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 72d862430..2fe25651a 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index cfd392360..8625bfd4e 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/static/partials/landing.html b/static/partials/landing.html index e945a7b88..10aa345b4 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -85,7 +85,7 @@