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

Unified Diff: chrome_linux/resources/inspector/breakpointsList.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/breakpointsList.css
===================================================================
--- chrome_linux/resources/inspector/breakpointsList.css (revision 221742)
+++ chrome_linux/resources/inspector/breakpointsList.css (working copy)
@@ -47,6 +47,7 @@
-webkit-padding-start: 0;
list-style: none;
margin: 0;
+ padding-bottom: 3px;
}
.breakpoints-list-deactivated {
@@ -78,7 +79,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
- margin: 2px 0 0px 20px;
+ margin: 2px 0 0 20px;
}
.sidebar-pane .breakpoint-hit {
@@ -88,10 +89,10 @@
li.breakpoint-hit .breakpoint-hit-marker {
background-color: rgb(255, 255, 194);
height: 18px;
- left: 0px;
+ left: 0;
margin-top: -16px;
position: absolute;
- right: 0px;
+ right: 0;
z-index: -1;
}
« no previous file with comments | « chrome_linux/resources/inspector/breadcrumbList.css ('k') | chrome_linux/resources/inspector/canvasProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698