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 */ /* line 821, jee.scss */
#static-wrapper .content img.floatleft { #static-wrapper .content img.floatleft {
float: left; float: left;
margin-right: 1em;
} }
/* line 822, jee.scss */ /* line 822, jee.scss */
#static-wrapper .content img.floatright { #static-wrapper .content img.floatright {
float: right; float: right;
margin-left: 1em;
} }
/* __________ ____ ________________ /* __________ ____ ________________
+2 -2
View File
@@ -818,8 +818,8 @@ div.messages{
a{ a{
text-decoration:underline; text-decoration:underline;
} }
img.floatleft{float:left;} img.floatleft{float:left; margin-right:1em;}
img.floatright{float:right;} img.floatright{float:right; margin-left:1em;}
} }
} }