mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
refactor {badges,jumbotron,media,popover,print}.less (mostly nesting)
This commit is contained in:
committed by
Chris Rebert
parent
084291aac7
commit
dcf1b60f2b
+3
-5
@@ -35,11 +35,9 @@ a.badge {
|
||||
}
|
||||
|
||||
// Quick fix for labels/badges in buttons
|
||||
.btn {
|
||||
.badge {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
.btn .badge {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
// Account for counters in navs
|
||||
|
||||
Reference in New Issue
Block a user