« get me outta code hell

interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/popup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r--extension/popup/index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html
index fe03bff..ec49842 100644
--- a/extension/popup/index.html
+++ b/extension/popup/index.html
@@ -19,12 +19,16 @@
             </div>
             <div class="content">
                 <div class="content-screen" id="rule-content">
-                    <h1 id="hostname"></h1>
-                    <p>(Applies to: <span id="wildcard-representation">*</span>)</p>
-                    <h2>Tracks</h2>
+                    <div>
+                        <h1 id="hostname"></h1>
+                        <p>(Applies to: <span id="wildcard-representation">*</span>)</p>
+                        <h2>Tracks</h2>
+                    </div>
                     <ul id="track-list"></ul>
-                    <h1>General Settings</h1>
-                    <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p>
+                    <div>
+                        <h1>General Settings</h1>
+                        <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p>
+                    </div>
                 </div>
                 <div class="content-screen visible" id="no-rule-content">
                     <p>No rule selected. Please select or create one!</p>