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

Merge branch '3.0.0-wip' of https://github.com/twitter/bootstrap into 3.0.0-wip

This commit is contained in:
Artur Kwiatkowski
2013-04-22 15:21:55 +02:00
19 changed files with 241 additions and 177 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: @grayLight;
background-color: @gray-light;
border-radius: .25em;
// Hover state, but only for links - as a mixin which will be accessible as LESS shorthand: .label > .a;
@@ -95,4 +95,4 @@ a.label {
.label-info {
.label > .label-info;
.label > .label-info > .a;
}
}