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
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 20:16:10 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 20:16:10 +0300
commitd903465c256068ae3b11d46f9d7633666a244235 (patch)
tree8c09d4bcd88e5e9eed3838d5c2c3afe1b8faf6ac /app
parent80c3cbfb1d0ba86db5602de211358240b5e165ee (diff)
Using class for specificity instead of tag.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/status.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 1a697f81652..5e5e38a0ba6 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -1,4 +1,4 @@
-body .content {
+.container-fluid .content {
.ci-status {
padding: 2px 7px;
margin-right: 5px;