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

update property order and do some misc cleanup

This commit is contained in:
Mark Otto
2011-11-17 01:28:42 -08:00
parent 159c7a7fda
commit 4e6275d0fe
13 changed files with 105 additions and 118 deletions
+2 -2
View File
@@ -19,11 +19,11 @@
float: left;
padding: 0 14px;
line-height: (@baseLineHeight * 2) - 2;
text-decoration: none;
border-right: 1px solid;
border-right-color: #ddd;
border-right-color: rgba(0,0,0,.15);
*border-right-color: #ddd; /* IE6-7 */
text-decoration: none;
}
a:hover,
.active a {
@@ -31,8 +31,8 @@
}
.disabled a,
.disabled a:hover {
background-color: transparent;
color: @grayLight;
background-color: transparent;
}
.next a {
border: 0;