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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-27 17:46:31 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-05 00:45:37 +0300
commit3a3f0bf436007b3eecc0b85d0fc696951245ab6a (patch)
treea3729c505066eca4ae94b2dbcf84afb430da828f /app/assets/stylesheets/pages/builds.scss
parentfc20639c8d76b367dc0e0b66ef94033697b28dc7 (diff)
Change build icons into buttons; update tests
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 3340cee9643..aa41565f812 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -91,8 +91,4 @@ table.builds {
color: $gl-dark-link-color;
}
}
-
- .btn-refresh {
- margin-left: 10px;
- }
}