2
0
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:
Chris Rebert
2013-07-06 22:02:58 -07:00
committed by Chris Rebert
parent 084291aac7
commit dcf1b60f2b
5 changed files with 31 additions and 28 deletions
+7 -5
View File
@@ -36,11 +36,13 @@
// Media image alignment
// -------------------------
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
.media {
> .pull-left {
margin-right: 10px;
}
> .pull-right {
margin-left: 10px;
}
}