fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
34ad8d03bb92404cb36addd7ffca5af095c2fc1f
[prawokultury.git]
/
prawokultury
/
static
/
css
/
prevnext.css
1
.prevnext {
2
font-size: 1.1em;
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; }