fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
even more tutorial in editor (status bar)
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentHistory
/
documentHistory.less
diff --git
a/src/editor/modules/documentHistory/documentHistory.less
b/src/editor/modules/documentHistory/documentHistory.less
index
608c9df
..
9cf2e6a
100644
(file)
--- a/
src/editor/modules/documentHistory/documentHistory.less
+++ b/
src/editor/modules/documentHistory/documentHistory.less
@@
-11,13
+11,17
@@
font-weight: bold;
}
font-weight: bold;
}
- .date, .author, .description {
+ .date, .author, .description
, .published
{
margin: 5px 10px 0 40px;
}
margin: 5px 10px 0 40px;
}
- .description {
+ .description
, .published
{
font-size: .9em;
}
font-size: .9em;
}
+
+ .published {
+ color: #080;
+ }
}
.item.highlighted {
}
.item.highlighted {