Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: chrome_linux/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_linux/resources/inspector/flameChart.css
===================================================================
--- chrome_linux/resources/inspector/flameChart.css (revision 221742)
+++ chrome_linux/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 {
« no previous file with comments | « chrome_linux/resources/inspector/filteredItemSelectionDialog.css ('k') | chrome_linux/resources/inspector/heapProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698