Commit d6627572 authored by Franco Fichtner's avatar Franco Fichtner

layout: remove spurious margin from progress bars

parent 770d30b5
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
.progress { .progress {
overflow: hidden; overflow: hidden;
height: $line-height-computed; height: $line-height-computed;
margin-bottom: $line-height-computed;
background-color: $progress-bg; background-color: $progress-bg;
border-radius: $border-radius-base; border-radius: $border-radius-base;
position: relative; position: relative;
......
...@@ -4200,7 +4200,6 @@ a.thumbnail.active { ...@@ -4200,7 +4200,6 @@ a.thumbnail.active {
.progress { .progress {
overflow: hidden; overflow: hidden;
height: 20px; height: 20px;
margin-bottom: 20px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 3px; border-radius: 3px;
position: relative; 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