projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5455318
)
remove auto width on images
author
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 01:37:54 +0000
(18:37 -0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 10 Feb 2018 01:37:54 +0000
(18:37 -0700)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
06a4d9f
..
10a28cd
100644
(file)
--- a/
src/css/doc.css
+++ b/
src/css/doc.css
@@
-234,14
+234,9
@@
margin-top: 0.5rem;
}
-.doc .imageblock .content {
- max-width: 100%;
-}
-
.doc .imageblock img,
.doc .paragraph .image img {
height: auto;
- width: auto;
max-width: 100%;
}