summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-01 12:33:49 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-01 12:33:49 +0100
commit9f33e4882c97d6087269d70430cbf708d5f6f0bf (patch)
tree5f8ecfae0a2e89f475a606139c0708341648b0ca
parent83b751870f50eefdb4e7dab6da1e4ef9fb27304e (diff)
downloadciat-ui-9f33e4882c97d6087269d70430cbf708d5f6f0bf.tar.gz
Remove margin in progress bars
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index a07fac6..2a61f85 100644
--- a/style.css
+++ b/style.css
@@ -129,4 +129,5 @@ h1>em>a:hover {
.progress {
background-color: grey;
+ margin-bottom: 0px;
}