This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/velocity-site.git
commit 0b478001e34f7fdef128cc1120fac759f1863ccd Author: Claude Brisson <[email protected]> AuthorDate: Mon Mar 8 19:28:54 2021 +0100 [site] Some style tweaks --- src/content/css/site.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/content/css/site.css b/src/content/css/site.css index 5ad5af9..cff1c1e 100644 --- a/src/content/css/site.css +++ b/src/content/css/site.css @@ -126,20 +126,30 @@ h1 h2 { - font-size: 1.2em; + font-size: 1.3em; } h3 { - font-size: 1em; + font-size: 1.2em; +} + +h3::before +{ + content: '> '; } h4 { - font-size: 1em; - font-weight: 300; + font-size: 1.1em; } +h4::before +{ + content: '>> '; +} + + hr { margin-top: 1em; @@ -453,6 +463,11 @@ table.conversions th word-wrap: no; } +.smalltable td, .smalltable th +{ + text-align: left; +} + .blue { color: blue;
