From 2e8bcf46df767e7cbceb1ae92ba2ec8e4996c241 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 5 Jul 2015 17:28:23 +0200 Subject: [PATCH] run tests on solutions; tune CSS for wider text --- Makefile | 2 +- docs/pycco_custom.css | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 01d7298..f59d575 100644 --- a/Makefile +++ b/Makefile @@ -36,5 +36,5 @@ workspace/src/main.rs: ## Crates crates: $(WORKSPACEFILES) @cargo build - @cd solutions && cargo build @cd workspace && cargo build + @cd solutions && cargo build && cargo test diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 28333e5..94b70f3 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -12,11 +12,22 @@ /*--------------------- Layout ----------------------------*/ body { - font-family: 'aller-light', sans-serif; + font-family: 'aller-light', sans-serif; } h1, h2, h3, h4, h5, h6 { - line-height: 1.1em; + line-height: 1.1em; +} + +div.docs { + max-width: 580px; + padding-left: 35px; +} +#background { + left: 640px; +} +div.code { + margin-left: 640px; } @media print { -- 2.30.2