How do we style pagination links generated from ci ?
echo $pagination['links'];
I usually enclose it in a div, and give it a CSS class, so I can style it with my stylesheets.
If you need to specifically alter the HTML output by the pagination class: http://ellislab.com/codeigniter/user-guide/libraries/pagination.html see the part about customizing the links
CodeIgniter tutorials and more:
http://www.phpandstuff.com
CodeIgniter and Doctrine from scratch:
Day 1 - Day 2 - Day 3 - Day 4