summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-09-23 13:39:58 +0200
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2015-09-23 22:16:59 +0200
commitfe6ea911073a723e9472632e90363fafb9a50553 (patch)
tree37a5599625ea4e6967415e76f857583f3eaf5377
parent3d177a818f1c623704df94d6ab6649cf9f70dbbc (diff)
downloadgitlab-ce-fe6ea911073a723e9472632e90363fafb9a50553.tar.gz
Fix styling conform the new style
Add my name to the right page of the changelog
-rw-r--r--CHANGELOG3
-rw-r--r--app/assets/stylesheets/generic/pagination.scss2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa3ae7b768e..3f16a370a94 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.1.0 (unreleased)
- Show CI status on all pages where commits list is rendered
- Automatically enable CI when push .gitlab-ci.yml file to repository
- Fix cases where Markdown did not render links in activity feed (Stan Hu)
+ - Add first and last to pagination (Zeger-Jan van de Weg)
v 8.0.2 (unreleased)
- Skip check_initd_configured_correctly on omnibus installs
@@ -19,8 +20,6 @@ v 8.0.1
v 8.0.0
- Fix Markdown links not showing up in dashboard activity feed (Stan Hu)
- Remove milestones from merge requests when milestones are deleted (Stan Hu)
-v 8.0.0 (unreleased)
- - Add first and last to pagination (Zeger-Jan van de Weg)
- Fix HTML link that was improperly escaped in new user e-mail (Stan Hu)
- Fix broken sort in merge request API (Stan Hu)
- Bump rouge to 1.10.1 to remove warning noise and fix other syntax highlighting bugs (Stan Hu)
diff --git a/app/assets/stylesheets/generic/pagination.scss b/app/assets/stylesheets/generic/pagination.scss
index a937677ebdc..6677f94dafd 100644
--- a/app/assets/stylesheets/generic/pagination.scss
+++ b/app/assets/stylesheets/generic/pagination.scss
@@ -9,6 +9,8 @@
margin: 0;
display: block;
+ li.first,
+ li.last,
li.next,
li.prev {
> a {