2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix some ie7 bugs, improve dropdowns for ie due to lack of a shadow, fix pager example code

This commit is contained in:
Mark Otto
2012-01-15 11:26:06 -08:00
parent f989c6892f
commit 8ceea1f559
7 changed files with 28 additions and 25 deletions
+2 -2
View File
@@ -958,10 +958,10 @@
</ul>
<pre class="prettyprint linenums">
&lt;ul class="pager"&gt;
&lt;li&gt;
&lt;li class="previous"&gt;
&lt;a href="#"&gt;&amp;larr; Older&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;li class="next"&gt;
&lt;a href="#"&gt;Newer &amp;rarr;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;