2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

ie-6/7 hack for border colors

This commit is contained in:
Jacob Thornton
2011-08-21 21:09:54 -07:00
parent 1db73edc5f
commit 8ebdf4483f
3 changed files with 6 additions and 2 deletions
+4 -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 20:54:08 PDT 2011
* Date: Sun Aug 21 21:09:50 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).
@@ -1624,6 +1624,9 @@ table .headerSortUp.purple, table .headerSortDown.purple {
border-right: 1px solid;
border-right-color: #ddd;
border-right-color: rgba(0, 0, 0, 0.15);
*border-right-color: #ddd;
/* IE6-7 */
text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li.active a {