some fixes : img float

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-13 17:44:14 +02:00
parent e88e87bdfb
commit e9dfffa4cf
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -4878,10 +4878,12 @@ div.messages {
/* line 821, jee.scss */
#static-wrapper .content img.floatleft {
float: left;
margin-right: 1em;
}
/* line 822, jee.scss */
#static-wrapper .content img.floatright {
float: right;
margin-left: 1em;
}
/* __________ ____ ________________
+2 -2
View File
@@ -818,8 +818,8 @@ div.messages{
a{
text-decoration:underline;
}
img.floatleft{float:left;}
img.floatright{float:right;}
img.floatleft{float:left; margin-right:1em;}
img.floatright{float:right; margin-left:1em;}
}
}