Note that there are some explanatory texts on larger screens.

plurals
  1. POWeird Bootstrap bugs (table and navbar)
    primarykey
    data
    text
    <h1><strong>Table bug fixed: I was missing thead and tbody tags!</strong></h1> <p>I have a weird problem with Bootstrap. Everything works perfectly fine, but when I try to use table-hover class it just does not work. Also, the table has upper border: <a href="http://gyazo.com/796c5bb99058c0d07e8ece8f54790399.png" rel="nofollow noreferrer">http://gyazo.com/796c5bb99058c0d07e8ece8f54790399.png</a></p> <p>Also, when I resize the Chrome browser, the navigation bar looks like this: <a href="http://gyazo.com/cb7842b71d7a6e63eb0d5ce3f0b52902.png" rel="nofollow noreferrer">http://gyazo.com/cb7842b71d7a6e63eb0d5ce3f0b52902.png</a> instead of normal 'mobile' look on getbootstrap.com site.</p> <p>I am using:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt; &lt;link href="css/bootstrap-responsive.min.css" rel="stylesheet"&gt; </code></pre> <p>Code:</p> <pre><code>&lt;table id='keytable' class='table table-hover'&gt; &lt;tr&gt;&lt;th&gt;sv_licensenum&lt;/th&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Key&lt;/th&gt;&lt;th&gt;Description&lt;‌​/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;0&lt;/td&gt;&lt;td&gt;Ranked&lt;/td&gt;&lt;td&gt;alrCOdo8PsFUur6iZmIlESd7&lt;/td&gt;&lt;td&gt;test2&lt;‌​/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;Ranked&lt;/td&gt;&lt;td&gt;VLnNg25kSZRB4IzNpufu0qIs&lt;/td&gt;&lt;td&gt;test45‌​6&lt;/td&gt;&lt;/tr&gt; &lt;/table&gt; </code></pre> <p>id="keytable" is not specified in any external non-Bootstrap CSS file/code. it is only used for Javascript.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload