From 5d3639d230c0557066194f79c5cbdb2c2302df85 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 4 Feb 2016 02:16:17 +0100 Subject: [PATCH] fix style --- teleforma/static/teleforma/css/teleforma.css | 5 ++++- teleforma/static/teleforma/css/teleforma_pdf.css | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 22142ce8..fa7d9ca9 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -71,14 +71,17 @@ a img { border: none; } font-size: 0.8em; clear: both; } + #content ul ul { font-size: 1.1em; padding-left: 0; } + #content li { padding: .2em; padding-left: 0; } + #content li a { padding: .1em 0; } @@ -87,7 +90,7 @@ a img { border: none; } color: #000000; font-weight: bold; display: inline; - font-size: 4em; + font-size: 1.2em; } #content h3 { color: #000000; diff --git a/teleforma/static/teleforma/css/teleforma_pdf.css b/teleforma/static/teleforma/css/teleforma_pdf.css index afe0b4e7..c45b29a3 100644 --- a/teleforma/static/teleforma/css/teleforma_pdf.css +++ b/teleforma/static/teleforma/css/teleforma_pdf.css @@ -23,6 +23,13 @@ } +#content h1 { + color: #000000; + font-weight: bold; + display: inline; + font-size: 2em; +} + .table1 { font-size: 1.5em; padding-top: 2px; -- 2.39.5