fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Refactoring
[fnpeditor.git]
/
modules
/
documentHistory
/
documentHistory.less
1
.rng-module-documentHistory-item {
\r
2
\r
3
margin: 0 0 15px 0;
\r
4
\r
5
.version {
\r
6
float: left;
\r
7
width: 30px;
\r
8
font-weight: bold;
\r
9
}
\r
10
\r
11
.date, .author, .description {
\r
12
margin: 5px 10px 0 40px;
\r
13
}
\r
14
\r
15
.description {
\r
16
font-size: .9em;
\r
17
}
\r
18
}