summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <palvarez89@gmail.com>2015-10-02 10:12:58 +0200
committerPedro Alvarez <palvarez89@gmail.com>2015-10-02 10:12:58 +0200
commitb733dab9bea78a2d2fe7546861b10fe65eb4245a (patch)
treea012dce8fc4954550e12ab94b93518d98581805c
parent03248c2862ca5570bd6477221a295ba59d28090d (diff)
downloadciat-ui-b733dab9bea78a2d2fe7546861b10fe65eb4245a.tar.gz
This way to hide it is better
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 0e58838..b0e696c 100644
--- a/style.css
+++ b/style.css
@@ -134,5 +134,5 @@ h1>em>a:hover {
}
:not(.active) > .progress {
- visibility: hidden;
+ display: none;
}