diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-25 19:42:34 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-25 19:42:34 +0300 |
commit | c05692b7b1194e67b5427ca0a6a4926562abdf6e (patch) | |
tree | bb64c0b51574320c344ce5e2d70cd31411f8221f /app/assets/stylesheets/sections/graph.scss | |
parent | fee26c58e22f9150e802b86202e5e5e9a6b2c233 (diff) | |
download | gitlab-ce-c05692b7b1194e67b5427ca0a6a4926562abdf6e.tar.gz |
scss refactoring
Diffstat (limited to 'app/assets/stylesheets/sections/graph.scss')
-rw-r--r-- | app/assets/stylesheets/sections/graph.scss | 6 |
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 { |