diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 18:21:02 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 18:21:02 -0700 |
commit | 6d55767191f50bceef86bf78df7d340f9c5971c7 (patch) | |
tree | add32c4d20bdd82b339377c39ed037368d814628 /ext/fg/frame.html | |
parent | 1a4c94209b2bb06509b15d20941c4f1e53f118f4 (diff) |
wip
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r-- | ext/fg/frame.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html index c593db8d..09d1689e 100644 --- a/ext/fg/frame.html +++ b/ext/fg/frame.html @@ -21,11 +21,13 @@ <div id="content"></div> <div id="orphan"> - <h1>Yomichan Updated!</h1> - <p> - The Yomichan extension has been updated to a new version! In order to continue - viewing definitions on this page you must reload this tab or restart your browser. - </p> + <div class="container-fluid"> + <h1>Yomichan Updated!</h1> + <p> + The Yomichan extension has been updated to a new version! In order to continue + viewing definitions on this page you must reload this tab or restart your browser. + </p> + </div> </div> <script src="/mixed/lib/jquery-3.1.1.min.js"></script> |