From 0dee6beb793117f2efbdf41728f7a18fd36383e3 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Fri, 12 Aug 2016 18:00:37 +0200 Subject: [PATCH] Fix #33 (height of images) --- README.org | 8 ++++++++ styles/readtheorg/css/readtheorg.css | 2 +- styles/readtheorg/readtheorg.org | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 6e18df1..0c63eed 100644 --- a/README.org +++ b/README.org @@ -16,6 +16,14 @@ #+html: btn_donate_LG.gif #+html: +* 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 diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index f226bdb..288f4ae 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -914,7 +914,7 @@ footer p{ #content img{ max-width:100%; - height:auto !important} +} #content div.figure{ margin-bottom:24px} diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 833bcdb..68030a0 100644 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -1083,7 +1083,7 @@ footer p{ #+begin_src css #content img{ max-width:100%; - height:auto !important} +} #content div.figure{ margin-bottom:24px}