This is an automated email from the ASF dual-hosted git repository. niallp pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/griffin-site.git
commit 525099ef33197eb004a27e121f45eacf51f3b5b6 Author: Niall Pemberton <[email protected]> AuthorDate: Thu Nov 20 12:50:15 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 20b33a5..94e1ddf 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; }
