No, the breadcrumbs always had a trailing '>>' I don't think it looks good either but my initial attempt was structural. The css is straightforward to have it show up just between the links. I'll have that in place today.
-- Jason On Wed, Jan 30, 2019, at 4:32 PM, Robert Munteanu wrote: > Hi Jason and thanks for looking into the website's layout. > > On Tue, 2019-01-29 at 18:12 +0000, [email protected] 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 > >
