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
9bfeda06a2
hexo-theme-keep
/
source
/
css
/
layout
/
_partial
/
paginator.styl
13 lines
113 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
{
build(deps): use stylelint to format styl code
2022-09-30 10:51:42 +08:00
margin
-
top
3
0
p
x
font
-
size
1
r
e
m
feat: category pages and tag pages add paging
2020-09-02 13:11:09 +08:00
a
.
prev
{
build(deps): use stylelint to format styl code
2022-09-30 10:51:42 +08:00
float
left
feat: category pages and tag pages add paging
2020-09-02 13:11:09 +08:00
}
a
.
next
{
build(deps): use stylelint to format styl code
2022-09-30 10:51:42 +08:00
float
right
feat: category pages and tag pages add paging
2020-09-02 13:11:09 +08:00
}
}