fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove mismatched html tags
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
canvas
/
gutter.less
1
.gutter {
2
display: table-cell;
3
width: calc(~'100% - 800px');
4
min-width: 250px;
5
padding: 0 25px;
6
}
7
8
.gutter-box {
9
border: 1px solid darken(#ddd, 10%);
10
padding: 5px 10px;
11
position: relative;
12
background-color: darken(#FFFCB7, 15%);
13
}
14