mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
implement pagination
This commit is contained in:
parent
1ccc984d90
commit
3ffe4a8651
3 changed files with 42 additions and 2 deletions
|
|
@ -77,4 +77,17 @@ header a.logo {
|
|||
|
||||
header a.logo > span {
|
||||
color: #96d9a1;
|
||||
}
|
||||
|
||||
a.button,
|
||||
a.button:visited,
|
||||
a.button:active,
|
||||
a.button:hover,
|
||||
.button {
|
||||
background: #5d627d;
|
||||
color: #ccc;
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
padding: 6px 8px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
@ -156,6 +156,10 @@
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.margin-l-4 {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.margin-l-8 {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue