0ca5f77e803988ad1d42c168c95270a64be3f0da
[prawokultury.git] / prawokultury / static / css / prevnext.css
1 .prevnext {
2   font-size: 1.2em;
3   font-style: italic;
4   margin-top: 1.4em; }
5   .prevnext a {
6     color: #acacac; }
7   .prevnext .next_page {
8     float: right; }
9   .prevnext .next_page:after {
10     content: url("/static/img/read-more.png");
11     vertical-align: middle;
12     margin-left: .7em; }
13   .prevnext .previous_page:before {
14     content: url("/static/img/previous.png");
15     vertical-align: middle;
16     margin-right: .7em; }