diff options
| author | Mark Otto <[email protected]> | 2012-06-09 12:58:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-09 12:58:55 -0700 |
| commit | aff3694f28946a0640f15dc07591dbfb332fcbaf (patch) | |
| tree | 9c9ea31814e5101b3b0c368780103b944034d9aa /docs/base-css.html | |
| parent | 550e375af08a5b6ad401c043f8c0d2f3b1d3b6c2 (diff) | |
| download | bootstrap-aff3694f28946a0640f15dc07591dbfb332fcbaf.tar.xz bootstrap-aff3694f28946a0640f15dc07591dbfb332fcbaf.zip | |
remove mention of prettify from docs, fix docs subnav width when fixed
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index de0363dd4..084654b27 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -424,19 +424,6 @@ For example, <code>section</code> should be wrapped as inline. </pre> <p><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.</p> <p>You may optionally add the <code>.pre-scrollable</code> class which will set a max-height of 350px and provide a y-axis scrollbar.</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>Sample text here...</p> -</pre> -<pre class="prettyprint linenums" style="margin-bottom: 9px;"> -<pre class="prettyprint - linenums"> - &lt;p&gt;Sample text here...&lt;/p&gt; -</pre> -</pre> - <p><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>.</p> </section> @@ -448,6 +435,8 @@ For example, <code>section</code> should be wrapped as inline. <h1>Tables <small>For, you guessed it, tabular data</small></h1> </div> + + <h2>Table markup</h2> <table class="table table-bordered table-striped"> |
