Adding/removing breakpoints.

This commit is contained in:
Ben Vanik
2013-12-22 15:42:41 -08:00
parent 4e85308deb
commit 076fb70335
4 changed files with 195 additions and 5 deletions

View File

@@ -238,6 +238,15 @@ body {
width: 30px;
}
.debugger-fnview-gutter-icon-el {
padding-left: 7px;
position: relative;
top: -6px;
display: inline-block;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size: 28px;
}
.debugger-fnview-gutter-addr {
width: 70px;