Closed (fixed)
Project:
Sky
Version:
6.x-3.10
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 23:57 UTC
Updated:
21 Feb 2011 at 03:00 UTC
I just noticed that the -moz-border-radius was misspelled in this one:
.pager-inner {
padding: 0 0.5em;
background: #fff url('images/bg-shade-light.png') repeat-x 0 100%;
-webkit-border-raduis: 0.333em;
-moz-border-raduis: 0.333em;
border: solid 1px #ddd;
}
I guess the intend was to have round borders, right?
Thank you.
Alexis
Comments
Comment #1
AlexisWilke commentedBtw, the webkit definition has the same problem. 8-)
Comment #2
jacineA fix has been committed, and will be in the next release! Thanks :D
http://drupal.org/cvs?commit=495904