You cannot change the background-position for the icon class in attempt to make it bigger. Maybe you should use this: http://fortawesome.github.com/Font-Awesome/ It, however, uses font instead of background-image. But very flexible.
On May 9, 7:49 pm, Andrew <[email protected]> wrote: > Hello, > > I am trying to override the default glyphicons size. Trying these > approaches didn't work: > > .i { > [class*=" icon-"] { > width: 24px; > height: 24px; > background-position: 24px 24px; > > } > } > > or > > [class*=" icon-"] { > width: 24px; > height: 24px; > background-position: 24px 24px; > > } > > Does anyone know of a better approach? > > Thanks, > > Andrew
