fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Priviliged users can now add tags. Also, some minor cleanups in JS.
[redakcja.git]
/
platforma
/
static
/
css
/
summary.css
1
#summary-view-editor {
2
background: white;
3
}
4
5
#summary-view {
6
padding: 1em;
7
}
8
9
#summary-view .book-cover {
10
float: left;
11
margin: 1em;
12
max-height: 300px;
13
}
14
15
#summary-view form p {
16
margin: 0.5em;
17
}
18
19
#summary-view form label {
20
font-weight: bold;
21
}