2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

tweak code snippet on pager and clean up type and font-sizes on docs Home

This commit is contained in:
Mark Otto
2012-07-12 13:45:07 -07:00
parent 5b5352c92d
commit 338c7ef2b6
3 changed files with 11 additions and 16 deletions
+2 -6
View File
@@ -1372,12 +1372,8 @@
</div>
<pre class="prettyprint linenums">
&lt;ul class="pager"&gt;
&lt;li&gt;
&lt;a href="#"&gt;{{_i}}Previous{{/i}}&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="#"&gt;{{_i}}Next{{/i}}&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;{{_i}}Previous{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;{{_i}}Next{{/i}}&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>