From dc851051f5cc2b7f42214ec0ae890d68a6209a7b Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sun, 24 Oct 2021 17:07:52 -0400 Subject: move style.css --- EndoForge/Makefile | 2 +- EndoForge/src/style.css | 21 +++++++++++++++++++++ EndoForge/style.css | 21 --------------------- 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 EndoForge/src/style.css delete mode 100644 EndoForge/style.css diff --git a/EndoForge/Makefile b/EndoForge/Makefile index b6bba95..3fcbb2d 100644 --- a/EndoForge/Makefile +++ b/EndoForge/Makefile @@ -61,7 +61,7 @@ run: install-user /usr/sbin/sshd -D -e -f ~/.ssh/sshd_config README.html: README.md - pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css style.css -t html $< -o $@ + pandoc --metadata 'EndoForge - A self-forge in any git repository' -s --css "$(SRC)"/style.css -t html $< -o $@ test: make -C test diff --git a/EndoForge/src/style.css b/EndoForge/src/style.css new file mode 100644 index 0000000..6a09746 --- /dev/null +++ b/EndoForge/src/style.css @@ -0,0 +1,21 @@ +th { + text-align: left; +} + +body { + max-width: 800px; + margin-left:auto; + margin-right:auto; + padding-left: 1em; + padding-right: 1em; +} + +table { + width: 100%; +} + +.indexcollastmod { + white-space: nowrap; + padding-left: 0.75em; + padding-right: 0.75em; +} diff --git a/EndoForge/style.css b/EndoForge/style.css deleted file mode 100644 index 6a09746..0000000 --- a/EndoForge/style.css +++ /dev/null @@ -1,21 +0,0 @@ -th { - text-align: left; -} - -body { - max-width: 800px; - margin-left:auto; - margin-right:auto; - padding-left: 1em; - padding-right: 1em; -} - -table { - width: 100%; -} - -.indexcollastmod { - white-space: nowrap; - padding-left: 0.75em; - padding-right: 0.75em; -} -- cgit v1.2.3