summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-24 14:09:03 -0400
committerChad Kieffer <ckieffer@gmail.com>2011-04-24 14:09:03 -0400
commit8e7a8fd2dc3245c2d236a2cd33d8c1a61ef9963c (patch)
tree1d73df25974888c5420f43b7e39fecf2b2bc7d59 /themes/wind/css
parentf4d76a8abe04612efe01f146617d760ffdd4b69f (diff)
Add a bit of space below progress bars. Fixes #1703.
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 81231426..d6909364 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -945,7 +945,7 @@ button {
.g-progress-bar {
height: 1em;
width: 100%;
- margin-top: .5em;
+ margin: .5em 0;
display: inline-block;
}