From 618aee8ec5fe90e466afd38c00ae1cdb10fc30e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20das=20Merc=C3=AAs=20Amorim?= Date: Sat, 24 Nov 2018 17:37:00 -0300 Subject: [PATCH] Move pandoc.css --- core.html | 2 +- pandoc.css => css/pandoc.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pandoc.css => css/pandoc.css (100%) diff --git a/core.html b/core.html index 1e0a154..1e833b2 100644 --- a/core.html +++ b/core.html @@ -11,7 +11,7 @@ span.underline{text-decoration: underline;} div.column{display: inline-block; vertical-align: top; width: 50%;} - + diff --git a/pandoc.css b/css/pandoc.css similarity index 100% rename from pandoc.css rename to css/pandoc.css