Fix #33 (height of images)

This commit is contained in:
Fabrice Niessen 2016-08-12 18:00:37 +02:00
parent 51c08c3741
commit 0dee6beb79
3 changed files with 10 additions and 2 deletions

View File

@ -16,6 +16,14 @@
#+html: <img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="btn_donate_LG.gif" />
#+html: </a>
* Tasks :noexport:
** TODO Add a demo page
Example:
- http://demo.thi.ng/org-spec/
- https://raw.githubusercontent.com/thi-ng/org-spec/master/index.org
* Overview
** Description

View File

@ -914,7 +914,7 @@ footer p{
#content img{
max-width:100%;
height:auto !important}
}
#content div.figure{
margin-bottom:24px}

View File

@ -1083,7 +1083,7 @@ footer p{
#+begin_src css
#content img{
max-width:100%;
height:auto !important}
}
#content div.figure{
margin-bottom:24px}