bootstrap-ruby / will_paginate-bootstrap

Integrates the Twitter Bootstrap pagination component with will_paginate
MIT License
388 stars 160 forks source link

Using more bootstrap pagination classes #37

Closed bhanuone closed 10 years ago

bhanuone commented 10 years ago

Hi, i want to use other bootstarp pagination classes "pagination-lg" and "pagination-sm" rather than the default one. How can i do that?

zerodayz commented 9 years ago

To change the size just append

.pagination {
        font-size: 11px;
}

to app/assets/stylesheets/custom.css.scss