diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-15 20:10:11 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-15 20:10:11 -0700 |
commit | 7069f428eee7134416bb72ea4f7a7ec3e214a465 (patch) | |
tree | 198f40745708c8bb3d7f4a3a2a6c3ba8d4d697e7 /ext/bg/import.html | |
parent | 3608c9c16e7154802bacbf38356fd4f36824e267 (diff) |
Cleanup
Diffstat (limited to 'ext/bg/import.html')
-rw-r--r-- | ext/bg/import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/import.html b/ext/bg/import.html index 47483c25..85841eee 100644 --- a/ext/bg/import.html +++ b/ext/bg/import.html @@ -15,7 +15,7 @@ <p>Importing dictionary data, this can take a while...</p> <div class="progress"> - <div class="progress-bar" style="width: 0%" /> + <div class="progress-bar progress-bar-striped" style="width: 0%">0%</div> </div> </div> |