fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: menu view
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
edumed
/
edumed.less
1
@import 'order/order.less';
2
3
.edumed-exercise {
4
5
border: 1px lighten(#000, 35%) dashed;
6
margin: 15px 0;
7
padding: 10px;
8
9
.header {
10
font-weight: bold;
11
font-variant: small-caps;
12
margin-bottom: 10px;
13
}
14
15
.btn {
16
line-height: 12px;
17
}
18
}