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

Unified Diff: Source/devtools/front_end/elementsPanel.css

Issue 15962010: Indent media queries in CSS files for the DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't indent media queries but leave a comment explaining where the closing brace for media queries… Created 7 years, 7 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
« no previous file with comments | « Source/devtools/front_end/dataGrid.css ('k') | Source/devtools/front_end/inspector.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index 2d9bea47e2a66a7e2f0674bbda7600bcad872da1..61911271c83388e01eb210c0d06ef77fff881803 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -354,7 +354,7 @@
.styles-section.matched-styles .properties li.parent .expand-element {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media* /
apavlov 2013/05/30 11:18:01 This line is wrong, which results in ALL the trail
.styles-section.matched-styles .properties li.parent .expand-element {
background-position: -4px -96px;
@@ -505,7 +505,7 @@
.event-bars .event-bar .header::before {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.event-bars .event-bar .header::before {
background-position: -4px -96px;
« no previous file with comments | « Source/devtools/front_end/dataGrid.css ('k') | Source/devtools/front_end/inspector.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698