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 Gray <annabel.dunstone@gmail.com>2016-12-19 23:13:06 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 23:24:45 +0300
commitf347d5fcadb4b05f367ed571b27e73040f625520 (patch)
treed0bc625126afb1091ff70a9e30bb36bace3f9ae9 /app/assets/stylesheets/pages/status.scss
parent75b64debb9bb587ea1980c1f891ec9cd6bf62167 (diff)
Remove inline-block styling from status
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 055dacd81f4..a810ed32327 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -1,6 +1,5 @@
.container-fluid {
.ci-status {
- display: inline-block;
padding: 2px 7px;
margin-right: 10px;
border: 1px solid $gray-darker;