This is an automated email from the ASF dual-hosted git repository. niallp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/griffin-site.git
commit 7737522352e8b13fc0e4dfb519b883e3fba13e3c Author: Niall Pemberton <[email protected]> AuthorDate: Thu Nov 20 12:41:56 2025 +0000 Move import statement to top of styles.css to fix error --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index d63f8bf..f7f1ef4 100755 --- a/css/styles.css +++ b/css/styles.css @@ -1,3 +1,5 @@ +@import url(/fonts/google-font-titillium-web.css); + br{display:block; line-height:1.6em;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;} /*ol,ul{list-style:none;}*/ @@ -45,8 +47,6 @@ img{border:0; max-width:100%;} html[xmlns] .clearfix{display:block;} * html .clearfix{height:1%;} -@import url(/fonts/google-font-titillium-web.css); - #sidebar { padding-top:0; }
