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

Unified Diff: chrome_linux/resources/inspector/auditsPanel.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/auditsPanel.css
===================================================================
--- chrome_linux/resources/inspector/auditsPanel.css (revision 221742)
+++ chrome_linux/resources/inspector/auditsPanel.css (working copy)
@@ -156,7 +156,7 @@
.audit-result-view .severity-info {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.audit-result-view .severity-severe {
background-position: -224px -96px;
@@ -190,7 +190,7 @@
.audit-result-tree li.parent::before {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.audit-result-tree li.parent::before {
background-position: -4px -96px;
@@ -213,7 +213,8 @@
min-width: 100%;
}
-.audit-result-tree, .audit-result-tree ol {
+.audit-result-tree,
+.audit-result-tree ol {
list-style-type: none;
-webkit-padding-start: 12px;
margin: 0;
« no previous file with comments | « chrome_linux/resources/inspector/TimelinePanel.js ('k') | chrome_linux/resources/inspector/breadcrumbList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698