min-width: 16px;
height: 18px;
margin-right: -1px;
- padding: 4px 4px 4px 5px;
+ padding: 4px 5px;
font-weight: normal;
line-height: 18px;
color: #999999;
<div class="span4">
<h2>Basic block</h2>
<p>Use <code><pre></code> for multiple lines of code. Be sure to turn any carets into their unicode characters for proper rendering.</p>
+<pre>
+<p>Sample text here...</p>
+</pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
<pre>
&lt;p&gt;Sample text here...&lt;/p&gt;
<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;
<div class="span4">
<h2>Basic block</h2>
<p>{{_i}}Use <code><pre></code> for multiple lines of code. Be sure to turn any carets into their unicode characters for proper rendering.{{/i}}</p>
+<pre>
+<p>{{_i}}Sample text here...{{/i}}</p>
+</pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;">
<pre>
&lt;p&gt;{{_i}}Sample text here...{{/i}}&lt;/p&gt;
<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;
min-width: 16px;
height: @baseLineHeight;
margin-right: -1px;
- padding: 4px 4px 4px 5px;
+ padding: 4px 5px;
font-weight: normal;
line-height: @baseLineHeight;
color: @grayLight;