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

Unified Diff: Source/devtools/front_end/sidebarPane.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
Index: Source/devtools/front_end/sidebarPane.css
diff --git a/Source/devtools/front_end/sidebarPane.css b/Source/devtools/front_end/sidebarPane.css
index 8de47e925c12c448e0da0690cb8a5b102f5ab850..59743f37fd8f4183215c79395c328dfd763dcc6e 100644
--- a/Source/devtools/front_end/sidebarPane.css
+++ b/Source/devtools/front_end/sidebarPane.css
@@ -110,7 +110,7 @@
.sidebar-pane-title::before {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.sidebar-pane-title::before {
background-position: -4px -96px;

Powered by Google App Engine
This is Rietveld 408576698