Chromium Code Reviews

Unified Diff: chrome_linux64/resources/inspector/flameChart.css

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome_linux64/resources/inspector/flameChart.css
===================================================================
--- chrome_linux64/resources/inspector/flameChart.css (revision 221742)
+++ chrome_linux64/resources/inspector/flameChart.css (working copy)
@@ -1,7 +1,7 @@
.overview-container {
overflow: hidden;
position: absolute;
- top: 0px;
+ top: 0;
width: 100%;
height: 80px;
}
@@ -11,7 +11,7 @@
position: absolute;
top: 80px;
width: 100%;
- bottom: 0px;
+ bottom: 0;
}
#flame-chart-overview-grid .resources-dividers-label-bar {

Powered by Google App Engine