fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor fix
[prawokultury.git]
/
prawokultury
/
static
/
css
/
prevnext.scss
1
.prevnext {
2
font-size: 1.2em;
3
font-style: italic;
4
margin-top: 1.4em;
5
6
a {
7
color: #acacac;
8
}
9
10
.next_page {
11
float: right;
12
}
13
.next_page:after {
14
content: url('/static/img/read-more.png');
15
vertical-align: middle;
16
margin-left: .7em;
17
}
18
.previous_page {
19
}
20
.previous_page:before {
21
content: url('/static/img/previous.png');
22
vertical-align: middle;
23
margin-right: .7em;
24
}
25
}