From 22e660b90532c01429597468e4372e77da4fd0c8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 30 Nov 2014 14:05:57 -0200 Subject: Local CSS --- local.css | 5 +++++ templates/page.tmpl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 local.css diff --git a/local.css b/local.css new file mode 100644 index 0000000..21ee841 --- /dev/null +++ b/local.css @@ -0,0 +1,5 @@ +body { + font-family: "Roboto Condensed", sans-serif; + padding-top: 20px; + padding-bottom: 60px; +} diff --git a/templates/page.tmpl b/templates/page.tmpl index 5be5493..cfc9b83 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -39,7 +39,7 @@ } - + -- cgit v1.2.3