summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 13:16:10 -0400
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 13:16:10 -0400
commitd903465c256068ae3b11d46f9d7633666a244235 (patch)
tree8c09d4bcd88e5e9eed3838d5c2c3afe1b8faf6ac /app
parent80c3cbfb1d0ba86db5602de211358240b5e165ee (diff)
downloadgitlab-ce-d903465c256068ae3b11d46f9d7633666a244235.tar.gz
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;