diff --git a/src/readtheorg_theme/css/readtheorg.css b/src/readtheorg_theme/css/readtheorg.css index 1bf1ad6..f499ac9 100644 --- a/src/readtheorg_theme/css/readtheorg.css +++ b/src/readtheorg_theme/css/readtheorg.css @@ -9,6 +9,8 @@ h1,h2,h3,h4,h5,h6,legend{ h1{ font-size:175%; + text-align: left !important; + margin-bottom: 0.83em !important; } .subtitle{ diff --git a/src/readtheorg_theme/readtheorg.org b/src/readtheorg_theme/readtheorg.org index 1b7171b..baecf6b 100644 --- a/src/readtheorg_theme/readtheorg.org +++ b/src/readtheorg_theme/readtheorg.org @@ -6,7 +6,7 @@ #+LANGUAGE: en #+OPTIONS: H:4 num:t toc:2 -#+SETUPFILE: https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup +#+SETUPFILE: ~/org/theme-readtheorg.setup # See http://pandoc.org/README.html for another organization of the sections @@ -36,6 +36,8 @@ h1,h2,h3,h4,h5,h6,legend{ h1{ font-size:175%; + text-align: left !important; + margin-bottom: 0.83em !important; } .subtitle{ @@ -195,12 +197,8 @@ dd{ *** Unordered - - *** Ordered - - *** Description #+begin_src css