diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-12-21 20:45:36 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-21 19:25:07 -0200 |
commit | e25b31ac81eb9cbd4e6eefb24a1f83e735bd628d (patch) | |
tree | 917ba19a61061103bee63666ce6ebe75ec7f60cb /app | |
parent | 8c86a198b2950b59bab3d2bb158eede38c9717fd (diff) | |
download | gitlab-ce-e25b31ac81eb9cbd4e6eefb24a1f83e735bd628d.tar.gz |
Merge branch '25938-progress-bar-gone' into 'master'
Put back progress bar CSS
Closes #25938
See merge request !8237
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/tw_bootstrap.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss index 718dbbfea27..55bc325b858 100644 --- a/app/assets/stylesheets/framework/tw_bootstrap.scss +++ b/app/assets/stylesheets/framework/tw_bootstrap.scss @@ -33,7 +33,7 @@ @import "bootstrap/labels"; @import "bootstrap/badges"; @import "bootstrap/alerts"; -// @import "bootstrap/progress-bars"; +@import "bootstrap/progress-bars"; @import "bootstrap/list-group"; @import "bootstrap/wells"; @import "bootstrap/close"; |