Closed (fixed)
Project:
Managing News
Version:
6.x-1.0-beta9
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2010 at 22:05 UTC
Updated:
11 Nov 2010 at 15:20 UTC
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
Comment #1
lukusComment #2
Will White commentedFixed with http://github.com/developmentseed/jake/commit/280a99bb763542ecb7f1d7134e...
Thanks!