fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update document summary on save/revert
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
links
/
links.less
1
[link-box] {
2
border: 1px solid #ddd;
3
position: absolute;
4
color: black;
5
left:0;
6
font-size: 12px;
7
line-height: 10px;
8
bottom: -42px;
9
padding: 10px 15px;
10
background-color: rgba(255,255,255,1);
11
box-shadow:0 10px 5px #888888;
12
z-index:9999;
13
font-style: normal;
14
}