fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd6d7d
)
max width for images in html view
author
Jan Szejko
<jan.szejko@gmail.com>
Tue, 12 Apr 2016 11:35:09 +0000
(13:35 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Tue, 12 Apr 2016 11:35:09 +0000
(13:35 +0200)
(this time for real)
src/wolnelektury/static/css/new.book.css
patch
|
blob
|
history
diff --git
a/src/wolnelektury/static/css/new.book.css
b/src/wolnelektury/static/css/new.book.css
index
a5f4c06
..
ae77c65
100644
(file)
--- a/
src/wolnelektury/static/css/new.book.css
+++ b/
src/wolnelektury/static/css/new.book.css
@@
-10,6
+10,11
@@
a {
text-decoration: none;
}
+img {
+ max-width: 36em;
+ margin-top: 1em;
+}
+
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */