From e220db8db000cbfd37dbb7252a7ed21627a304a4 Mon Sep 17 00:00:00 2001 From: Yujie Wen Date: Thu, 19 Mar 2015 16:46:05 +0800 Subject: [PATCH] Add local.css to make paragraph text left-aligned. --- Readme.org | 1 + local.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 local.css diff --git a/Readme.org b/Readme.org index 10ea593..c80d030 100755 --- a/Readme.org +++ b/Readme.org @@ -15,6 +15,7 @@ #+REVEAL_HEAD_PREAMBLE: #+REVEAL_POSTAMBLE:

Created by yjwen.

#+REVEAL_PLUGINS: (highlight markdown notes) +#+REVEAL_EXTRA_CSS: ./local.css * Reveal.js and Org-Reveal diff --git a/local.css b/local.css new file mode 100644 index 0000000..5d90fe3 --- /dev/null +++ b/local.css @@ -0,0 +1,3 @@ +.reveal p { + text-align: left; +} \ No newline at end of file