From ea8f5d44f569cdd2b452686d839e71387b08cb15 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 18 Apr 2016 10:54:30 +0200 Subject: [PATCH] fix home styles --- telemeta/pages | 2 +- telemeta/static/telemeta/css/telemeta.css | 44 ++++++++++++----------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/telemeta/pages b/telemeta/pages index 407d2d26..affaaa01 160000 --- a/telemeta/pages +++ b/telemeta/pages @@ -1 +1 @@ -Subproject commit 407d2d269d081176f8f7548d9e2371076eebc879 +Subproject commit affaaa01250e706004149c1cfeb5149b1b945507 diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index 1a7263ba..7ca191f0 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -50,18 +50,6 @@ svg { height: 100%; } -.rst-content h1 { - font-size: 1.3em; - font-weight: bold; - color: #353535; - margin-bottom: 1em; -} - -.rst-content p { - font-size: 1em; - text-align: justify; -} - .nett { clear: both; height: 5px; @@ -112,7 +100,7 @@ svg { color: #6a0307; font-weight: bold; display: inline; - font-size: 120%; + font-size: 140%; } #content h2 { @@ -901,12 +889,34 @@ table td.error { margin-top: 0.8em; } + +img.align-left { + float: left; + padding-bottom: 1ex; + padding-right: 1ex; +} + .rst-content { padding-top: 5px; } .rst-content h1 { + font-size: 1.6em; + font-weight: bold; + color: #6a0307; + margin-bottom: 1em; +} + +.rst-content h2 { + font-size: 1em; + font-weight: bold; color: #6a0307; + margin-bottom: 1em; +} + +.rst-content p { + font-size: 1em; + text-align: justify; } .rst-content img.align-left { @@ -923,15 +933,9 @@ table td.error { margin-bottom: 0.5ex; } -img.align-left { - float: left; - padding-bottom: 1ex; - padding-right: 1ex; -} - #content .rst-content ul, #content .rst-content ol { clear: none; - font-size: 0.8125em; + font-size: 1em; margin-left: 0.4em; } -- 2.39.5