diff options
author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-09-23 13:39:58 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2015-09-23 22:16:59 +0200 |
commit | fe6ea911073a723e9472632e90363fafb9a50553 (patch) | |
tree | 37a5599625ea4e6967415e76f857583f3eaf5377 /app/assets | |
parent | 3d177a818f1c623704df94d6ab6649cf9f70dbbc (diff) | |
download | gitlab-ce-fe6ea911073a723e9472632e90363fafb9a50553.tar.gz |
Fix styling conform the new style
Add my name to the right page of the changelog
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/generic/pagination.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |