This website requires JavaScript.
Explore
Help
Sign In
lianglianglee
/
hexo-theme-keep
mirror of
https://github.com/liangliangle/hexo-theme-keep.git
Watch
1
Star
0
Fork
You've already forked hexo-theme-keep
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c3ce8b4081
hexo-theme-keep
/
source
/
css
/
layout
/
_partial
/
paginator.styl
14 lines
122 B
Stylus
Raw
Normal View
History
Unescape
Escape
feat: category pages and tag pages add paging
2020-09-02 13:11:09 +08:00
.
paginator
{
style: em -> rem in css file
2020-12-01 16:51:38 +08:00
font
-
size
:
1
r
e
m
;
feat: category pages and tag pages add paging
2020-09-02 13:11:09 +08:00
margin
-
top
:
3
0
p
x
;
a
.
prev
{
float
:
left
;
}
a
.
next
{
float
:
right
;
}
}