2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +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
@@ -1442,12 +1442,8 @@
</div>
<pre class="prettyprint linenums">
&lt;ul class="pager"&gt;
&lt;li&gt;
&lt;a href="#"&gt;Previous&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="#"&gt;Next&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Previous&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#"&gt;Next&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>