diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-27 11:07:46 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-16 12:22:17 +0100 |
commit | 18b361cf809251dd633e31d3dd6d877b31d8db7f (patch) | |
tree | 2569df180220a00852785e83d91f4e79bf6b7026 /app/assets/stylesheets/application.scss | |
parent | 36fdbc6edb1c0884f68c1267902b33a78d7be6ae (diff) | |
download | gitlab-ce-18b361cf809251dd633e31d3dd6d877b31d8db7f.tar.gz |
Group the contributing calendar by day
This aligns the boxes correctly with the day on the left side of the calendar
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r-- | app/assets/stylesheets/application.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 69b3b6586de..efdb2b06a8c 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -8,7 +8,6 @@ *= require select2 *= require_self *= require dropzone/basic - *= require cal-heatmap *= require cropper.css *= require animate */ |