I make navigation for the site, there was a problem with the numbers of the pages, how to align them in the center of these pictures?
in html looks like this
<div class="basecont"> <span><img alt="Назад" title="Назад" src="/sat/2/templates/my/image/right.png"/></span> <div class="navigation"> <span>1</span> <a href="http://127.0.0.1/sat/2/page/2/">2</a> </div> <a href="http://127.0.0.1/sat/2/page/2/"><img alt="Вперед" title="Вперед" src="/sat/2/templates/my/image/left.png"/></a> </div>
css
.navigation { display: inline-block; margin-top:20px; } .navigation span { background: url("../image/hover_pag.png") no-repeat; color: #7bc4eb; text-align: center; padding:15px; padding-top: 16px; padding-bottom: 0px; } .navigation a { background: url("../image/pag.png") no-repeat scroll 0 0 transparent; color: #7bc4eb; text-decoration: none; padding:15px; padding-bottom: 0px; display: inline-block; }