summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 14:13:06 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-19 14:24:45 -0600
commitf347d5fcadb4b05f367ed571b27e73040f625520 (patch)
treed0bc625126afb1091ff70a9e30bb36bace3f9ae9
parent75b64debb9bb587ea1980c1f891ec9cd6bf62167 (diff)
downloadgitlab-ce-status-badge-height.tar.gz
Remove inline-block styling from statusstatus-badge-height
-rw-r--r--app/assets/stylesheets/framework/page-header.scss1
-rw-r--r--app/assets/stylesheets/pages/status.scss1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/page-header.scss b/app/assets/stylesheets/framework/page-header.scss
index fff7d7f7524..625bea96aaa 100644
--- a/app/assets/stylesheets/framework/page-header.scss
+++ b/app/assets/stylesheets/framework/page-header.scss
@@ -57,7 +57,6 @@
}
.ci-status-link {
-
svg {
position: relative;
top: 2px;
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;