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

AlexisWilke’s picture

Btw, the webkit definition has the same problem. 8-)

Jacine’s picture

Status: Active » Fixed

A fix has been committed, and will be in the next release! Thanks :D

http://drupal.org/cvs?commit=495904

Status: Fixed » Closed (fixed)

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