/*
Plugin Name: Widget Pagination
Plugin URI: http://wgpag.jana-sieber.de/
Description: Pagination for Wordpress Widgets
Version: 0.2
Author: Jana Sieber and Lars Uebernickel
Author URI: http://wordpress.org/support/profile/janasieber
License: GPL2
*/

.br-pagination {
    text-align: center;
}

.br-pagination a, .br-pagination span {
    padding: 0 0.1em;
}

.br-pagination a, .br-pagination a:hover {
    text-decoration: none;
}

.br-current {
    font-weight: bold;
}

.br-current.br-prev, .br-current.br-next {
    color: transparent;
}