Hi Jason and thanks for looking into the website's layout.

On Tue, 2019-01-29 at 18:12 +0000, j...@apache.org wrote:
> diff --git a/src/main/jbake/assets/res/css/site.css
> b/src/main/jbake/assets/res/css/site.css
> index 60982e1..1406da7 100644
> --- a/src/main/jbake/assets/res/css/site.css
> +++ b/src/main/jbake/assets/res/css/site.css
> @@ -317,10 +317,22 @@ pre {
>      padding-bottom:1em;
>  }
>  
> -.breadcrumbs {
> +.breadcrumb {
>      float:left;
>  }
>  
> +.breadcrumb a {
> +    text-decoration: none;
> +}
> +
> +.breadcrumb a:after {
> +    padding-left: .4em;
> +    padding-right: .4em;
> +    content : "\BB";
> +    color: #000;
> +    display:inline-block;
> +}

I _think_ these changes cause the breadcrumbs to have a ">>" marker
even for the last breadcrumb, which looks slightly off.

Could you adjust the changes so that the ">>" marker only appears
between breadcrumbs and not after the last one?

Thanks,

Robert

Reply via email to