Currently in file profiles/managingnews/themes/jake/style.css the border radius for the first element in a pager list is set for [top left] [top right] rather than [top left] [bottom left]

line 1027

-moz-border-radius:5px 5px 0 0;

to

-moz-border-radius:5px 0 0 5px;

Comments

lukus’s picture

Status: Active » Needs review
Will White’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.