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:
authorPhil Hughes <me@iamphill.com>2018-03-21 19:49:57 +0300
committerPhil Hughes <me@iamphill.com>2018-03-21 19:49:57 +0300
commit7d651ad1de8a6b150164a5f94938e2f79f875f93 (patch)
tree9fc163abcf90b95f5dfcf4bcdcf69ef95ec504e7 /app/assets/stylesheets/performance_bar.scss
parentab53f7aa136762e90c2addca7d930b134a42567c (diff)
removed check for host
changed wrapper to container with correct widths
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r--app/assets/stylesheets/performance_bar.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss
index d06148a7bf8..5d1a9489aad 100644
--- a/app/assets/stylesheets/performance_bar.scss
+++ b/app/assets/stylesheets/performance_bar.scss
@@ -43,12 +43,6 @@
}
}
- .wrapper {
- width: 80%;
- height: $performance-bar-height;
- margin: 0 auto;
- }
-
// UI Elements
.bucket {
background: $perf-bar-bucket-bg;