about summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2020-01-01 22:11:16 +0100
committerGeorg Lukas <georg@op-co.de>2020-01-01 22:11:16 +0100
commitf4c9ab87656d3662e5f8b6b7546eae9e38061b98 (patch)
tree5e5ceb10b4d8f22c9b4e2c2b898a9d272cf2ebcd /index.html
parent082d9519f2be0ed5f8ee2362698b5dca61d51081 (diff)
parent11a55b09c1db5fc217a72664122ec0789f05671e (diff)
downloadphp-xmpp-invitation-f4c9ab87656d3662e5f8b6b7546eae9e38061b98.tar.gz
Merge branch 'bootstrapless'
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index e6074a3..03b956e 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
   <meta content="IE=edge" http-equiv="X-UA-Compatible">
   <meta content="width=device-width, initial-scale=1, user-scalable=0" name="viewport">
   <title>XMPP Invitation</title>
-  <link href="stylesheets/bootstrap.min.css" rel="stylesheet">
+  <link href="stylesheets/styles.css" rel="stylesheet">
   <link href="stylesheets/i.css" rel="stylesheet">
   <style>
     .main {
@@ -26,13 +26,13 @@
     <h3 class="text-center" id="heading"></h3>
     <p class="text-center"><a class="btn btn-primary" id="button"></a></p>
     <input type="url" class="form-control text-center" id="url_in" readonly></input>
-    <p class="lead text-center" id="clients"></p>
+    <p class="hint text-center" id="clients"></p>
     <p class="lead" id="recommend"></p>
 
     <ul class="lead" id="client_list"></ul>
 
     <p class="lead" id="checkfulllist"></p>
-    <p id="xmppis"></p>
+    <p class="hint" id="xmppis"></p>
   </div>
   <script src="scripts/i18n-text.min.js"></script>
   <script src="scripts/main.js"></script>