mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-10 14:05:04 -05:00
remove mention of prettify from docs, fix docs subnav width when fixed
This commit is contained in:
15
docs/templates/pages/base-css.mustache
vendored
15
docs/templates/pages/base-css.mustache
vendored
@@ -355,19 +355,6 @@
|
||||
</pre>
|
||||
<p>{{_i}}<strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>
|
||||
<p>{{_i}}You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}</p>
|
||||
|
||||
<h2>Google Prettify</h2>
|
||||
<p>Take the same <code><pre></code> element and add two optional classes for enhanced rendering.</p>
|
||||
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
|
||||
<p>{{_i}}Sample text here...{{/i}}</p>
|
||||
</pre>
|
||||
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
|
||||
<pre class="prettyprint
|
||||
linenums">
|
||||
&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
|
||||
</pre>
|
||||
</pre>
|
||||
<p>{{_i}}<a href="http://code.google.com/p/google-code-prettify/">Download google-code-prettify</a> and view the readme for <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html">how to use</a>.{{/i}}</p>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -379,6 +366,8 @@
|
||||
<h1>{{_i}}Tables <small>For, you guessed it, tabular data</small>{{/i}}</h1>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h2>{{_i}}Table markup{{/i}}</h2>
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
|
||||
Reference in New Issue
Block a user