From aff3694f28946a0640f15dc07591dbfb332fcbaf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 9 Jun 2012 12:58:55 -0700 Subject: remove mention of prettify from docs, fix docs subnav width when fixed --- docs/templates/pages/base-css.mustache | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 9010bef7a..ee95ac755 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -355,19 +355,6 @@

{{_i}}Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}

{{_i}}You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}

- -

Google Prettify

-

Take the same <pre> element and add two optional classes for enhanced rendering.

-
-<p>{{_i}}Sample text here...{{/i}}</p>
-
-
-<pre class="prettyprint
-     linenums">
-  &lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
-</pre>
-
-

{{_i}}Download google-code-prettify and view the readme for how to use.{{/i}}

@@ -379,6 +366,8 @@

{{_i}}Tables For, you guessed it, tabular data{{/i}}

+ +

{{_i}}Table markup{{/i}}

-- cgit v1.2.3