fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup: removing unused vkbeautify library
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
documentSummary.less
1
.documentSummary {
2
.title {
3
font-size: 13px;
4
margin: 0 0 5px 0;
5
}
6
table {
7
width: 100%;
8
tr td:first-child {
9
font-weight: bold;
10
text-align: left;
11
}
12
tr td:nth-child(2) {
13
text-align: right;
14
}
15
}
16
}