fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: fixing grid to handle changes to the document when grid is turned on
[fnpeditor.git]
/
src
/
editor
/
modules
/
mainBar
/
mainBar.less
1
/*#rng-skelton-menu {
2
float: right;
3
}*/
4
5
.rng-module-mainBar {
6
7
font-size: 10px;
8
9
li {
10
display: inline;
11
border-width: 0 1px 0 0;
12
border-color: #ddd;
13
border-style: solid;
14
margin: 0 5px 0 0;
15
padding: 0 5px 0 0;
16
}
17
18
ul {
19
list-style-type: none;
20
}
21
}