diff options
author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-03-25 13:16:10 -0400 |
---|---|---|
committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2016-03-25 13:16:10 -0400 |
commit | d903465c256068ae3b11d46f9d7633666a244235 (patch) | |
tree | 8c09d4bcd88e5e9eed3838d5c2c3afe1b8faf6ac /app | |
parent | 80c3cbfb1d0ba86db5602de211358240b5e165ee (diff) | |
download | gitlab-ce-d903465c256068ae3b11d46f9d7633666a244235.tar.gz |
Using class for specificity instead of tag.
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/status.scss | 2 |
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; |