diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-06 22:16:18 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-06 22:16:18 -0700 |
commit | 1574f795345bedfca669cb025b8810cf2b1371fd (patch) | |
tree | ecdc920a0cc339782c93fafa03cc670583bacc10 /ext | |
parent | b856633bce1513134eb7295a2fb5f1e5dc712105 (diff) |
Updating options page for smaller layout
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/options.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index 289a0f60..a0174c40 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -24,12 +24,8 @@ </head> <body> <div class="container"> - <div class="page-header"> - <h1>Yomichan <small>Options</small></h1> - </div> - <div class="options-general"> - <h2>General</h2> + <h3>General Options</h3> <form class="form-horizontal"> <div class="form-group"> @@ -73,7 +69,7 @@ </div> <div class="options-anki"> - <h2>Anki</h2> + <h3>Anki Options</h3> <div class="alert alert-danger error-dlg error-dlg-connection"> <strong>Unable to connect</strong>: is the <a href="https://foosoft.net/projects/anki-connect">AnkiConnect</a> extension for <a href="http://ankisrs.net/">Anki</a> installed and running? |