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

don't display right border for ie

This commit is contained in:
Jacob Thornton
2011-08-21 12:31:55 -07:00
parent 6fa7186155
commit 971336c808
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Sun Aug 21 12:27:18 PDT 2011
* Date: Sun Aug 21 12:30:45 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1545,6 +1545,7 @@ div.pagination ul {
float: left;
margin: 0;
border: 1px solid #ddd;
border-right-color: rgba(0, 0, 0, 0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;