diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-13 12:31:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-13 12:31:20 +0100 |
commit | 15afa766efd112510a37dfd7188c202758515e5f (patch) | |
tree | 50fadf8994ea93fd27b79857dcb01816dce0e7d5 | |
parent | 8fe0a2131f38c48780dfec90d062e83819e5d189 (diff) |
stop overlap on progress bar inner on locating screen
-rw-r--r-- | www/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 1e7367b..b551a73 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -17,7 +17,7 @@ </p> <div style="width:100%; height:15px; border:1px solid black;"> - <div id="progress-bar" style="width:0%; background-color: grey; height:15px;"> + <div id="progress-bar" style="width:0%; background-color: grey; height:13px;"> </div> </div> |