Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-21 05:25:26 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-21 05:27:01 +0300
commitceab12866f55b422bee4ad3d6828d08abce8b874 (patch)
treee28f5171ae0f8926e61dee5a76db2f0c36a3631e /app/assets/stylesheets/framework/pagination.scss
parent8367e4abebcf23a6be830db57193417d3efe20b5 (diff)
Removes 100% width because it is a block element.
Diffstat (limited to 'app/assets/stylesheets/framework/pagination.scss')
-rw-r--r--app/assets/stylesheets/framework/pagination.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/pagination.scss b/app/assets/stylesheets/framework/pagination.scss
index 8a5bde83335..b6f21fd8c91 100644
--- a/app/assets/stylesheets/framework/pagination.scss
+++ b/app/assets/stylesheets/framework/pagination.scss
@@ -1,6 +1,5 @@
.gl-pagination {
text-align: center;
- width: 100%;
border-top: 1px solid $border-color;
margin: 0;
margin-top: 0;