Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kite
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
kite
Merge requests
!5
Kite 3360388: Pagination needs style.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Kite 3360388: Pagination needs style.
issue/kite-3360388:kite-3360388
into
main
Overview
0
Commits
3
Pipelines
0
Changes
3
Open
Alok Singh
requested to merge
issue/kite-3360388:kite-3360388
into
main
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Pagination needs style.
0
0
Merge request reports
Compare
main
version 4
7ac0a7cc
1 year ago
version 3
7ac0a7cc
1 year ago
version 2
7ac0a7cc
2 years ago
version 1
7ac0a7cc
2 years ago
main (base)
and
latest version
latest version
7ac0a7cc
3 commits,
1 year ago
version 4
7ac0a7cc
3 commits,
1 year ago
version 3
7ac0a7cc
3 commits,
1 year ago
version 2
7ac0a7cc
3 commits,
2 years ago
version 1
7ac0a7cc
3 commits,
2 years ago
3 files
+
25
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
css/sass/__frontpage.scss
+
1
−
1
Options
@@ -88,7 +88,7 @@ tbody tr{
width
:
100%
;
min-height
:
500px
;
margin
:
0
auto
;
background-image
:
url("
/themes/contrib/kite
/images/kite.png")
;
background-image
:
url("
..
/images/kite.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
10%
;
background-size
:
cover
;
Loading