cleaner layout per tab (#1992)

This commit is contained in:
Peter Hedenskog 2018-04-20 21:58:08 +02:00 committed by GitHub
parent 0dd63e9804
commit 66ba73095c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,10 @@ mixin adviceInfo(name, perfectScore, node)
- var advice = pageInfo.data.coach.run ? pageInfo.data.coach.run.advice : pageInfo.data.coach.pageSummary.advice;
h2 Coach
p.small
a(href='https://github.com/sitespeedio/coach') The coach
|  helps you find performance problems on your web page using web performance best practice rules. And gives you advice on accessibility and best practices.
script(type='text/javascript').
function toggleRow(toggleElement) {
var rows = toggleElement.nextSibling.getElementsByClassName("u-hideable");

View File

@ -33,7 +33,6 @@ block content
#tabSections
section#summary-panel
h2 Summary
p.small Summary of some of the most important metrics.
.row
.one-half.column

View File

@ -3,9 +3,6 @@
- var visualMetrics = browsertime.visualMetrics;
- baseHelpURL = rootPath + 'help.html#';
a
h2 Metrics
if options.browsertime.visualMetrics && visualMetrics
a#visualmetrics
h3 Visual Metrics