This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit b1247283e92d22ad63dafa63a6442830a9e7adb6 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Jun 8 16:32:01 2017 +0200 style des titres (ref #59) --- pollen-ui-riot-js/src/main/web/css/main.css | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/css/main.css b/pollen-ui-riot-js/src/main/web/css/main.css index 776e0cd7..c2f43b2e 100644 --- a/pollen-ui-riot-js/src/main/web/css/main.css +++ b/pollen-ui-riot-js/src/main/web/css/main.css @@ -1461,3 +1461,40 @@ select.c-field:not([multiple]) { .u-xsmall{ font-size:.67em; } + +.c-heading, +.c-heading__sub { + margin:0; + padding:1em 0 .5em; + font-weight:400; +} + +.c-heading__sub { + padding:0; + font-size:.8em; + opacity:.6; +} + +h1.c-heading { + font-size:2em; +} + +h2.c-heading { + font-size:1.5em; +} + +h3.c-heading { + font-size:1.17em; +} + +h4.c-heading { + font-size:1em; +} + +h5.c-heading { + font-size:.83em; +} + +h6.c-heading{ + font-size:.67em; +} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.