This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository website.
commit dab9ec99d929f9e01d6662a3d19412b38f7974d6 Author: Bas Couwenberg <[email protected]> Date: Fri Apr 24 23:04:57 2015 +0200 Ensure headers use a larger font-size than the paragraph text. --- policy/policy.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/policy/policy.css b/policy/policy.css index 64feca6..249a669 100644 --- a/policy/policy.css +++ b/policy/policy.css @@ -49,3 +49,32 @@ margin: 0.5em 0.5em 0.5em 0em; } +h1,h2,h3,h4,h5,h6 { + margin: 0; +} +h1 { + font-size: 1.6em; +} +h2 { + font-size: 1.5em; +} +h3 { + font-size: 1.4em; +} +h4 { + font-size: 1.3em; +} +h5 { + font-size: 1.2em; +} +h6 { + font-size: 1.1em; +} + +div.authorgroup,div.author { + margin: 1em 0 1em 0; +} +h3.author { + font-size: 1.2em; +} + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/website.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

