summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/graph.scss
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-25 19:42:34 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-25 19:42:34 +0300
commitc05692b7b1194e67b5427ca0a6a4926562abdf6e (patch)
treebb64c0b51574320c344ce5e2d70cd31411f8221f /app/assets/stylesheets/sections/graph.scss
parentfee26c58e22f9150e802b86202e5e5e9a6b2c233 (diff)
downloadgitlab-ce-c05692b7b1194e67b5427ca0a6a4926562abdf6e.tar.gz
scss refactoring
Diffstat (limited to 'app/assets/stylesheets/sections/graph.scss')
-rw-r--r--app/assets/stylesheets/sections/graph.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss
index 33d91de5391..2aa4463e45e 100644
--- a/app/assets/stylesheets/sections/graph.scss
+++ b/app/assets/stylesheets/sections/graph.scss
@@ -6,11 +6,7 @@
h4 {
padding:0 10px;
border-bottom: 1px solid #bbb;
- background:#eee;
- background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
- background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
- background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
- background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
+ @include bg-gray-gradient;
}
.graph {