Commit d6627572 authored by Franco Fichtner's avatar Franco Fichtner

layout: remove spurious margin from progress bars

parent 770d30b5
......@@ -27,7 +27,6 @@
.progress {
overflow: hidden;
height: $line-height-computed;
margin-bottom: $line-height-computed;
background-color: $progress-bg;
border-radius: $border-radius-base;
position: relative;
......
......@@ -4200,7 +4200,6 @@ a.thumbnail.active {
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5;
border-radius: 3px;
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment