From: Guillaume Pellerin Date: Mon, 18 Apr 2016 08:54:30 +0000 (+0200) Subject: fix home styles X-Git-Tag: 1.6.2^2~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=65ea9278c771be67658ec2009de2ea49f3ac2c95;p=telemeta.git fix home styles --- 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; }