Skip to content

Commit

Permalink
Fix spacing in floatenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynalon committed Oct 3, 2013
1 parent 5c8bb3a commit 06ac718
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,17 @@
}
}

.md-floatenv .md-text {
/* md-text is not of md-col-* but needs the spacing */
margin-left: 15px;
margin-right: 15px;
}

/* float images */
.md-float-left .col-sm-8, .md-float-left .col-sm-4, .md-float-left .col-sm-2 {
padding-left: 0px;
width: auto;
}
.md-float-right .col-sm-8, .md-float-right .col-sm-4, .md-float-right .col-sm-2 {
padding-right: 0px;
float: right !important;
width: auto;
}
Expand Down

0 comments on commit 06ac718

Please sign in to comment.