Fix .image-pull-right overlap with paragraph text

This commit is contained in:
Michael Rose
2013-09-07 10:16:37 -04:00
parent dd3d50064c
commit 66dd137d68
2 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,11 @@
float: left;
}
.pull-right {
float:right;
float: right;
}
.image-pull-right {
float: right;
margin-top: 0;
}
.clearfix {
*zoom: 1;