Add a bit of space below progress bars. Fixes #1703.

This commit is contained in:
Chad Kieffer
2011-04-24 14:09:03 -04:00
parent f4d76a8abe
commit 8e7a8fd2dc
2 changed files with 2 additions and 2 deletions

View File

@@ -896,7 +896,7 @@ button {
.g-progress-bar {
height: 1em;
width: 100%;
margin-top: .5em;
margin: .5em 0;
display: inline-block;
}

View File

@@ -945,7 +945,7 @@ button {
.g-progress-bar {
height: 1em;
width: 100%;
margin-top: .5em;
margin: .5em 0;
display: inline-block;
}