2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge branch 'master' into bg-variant

Conflicts:
	less/mixins.less
This commit is contained in:
Mark Otto
2014-01-18 14:40:17 -08:00
8 changed files with 117 additions and 48 deletions
+9
View File
@@ -586,6 +586,15 @@
}
}
// Typography
// -------------------------
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}
// Navbar vertical align
// -------------------------
// Vertically center elements in the navbar.