float the description image right

issue #1353
This commit is contained in:
Ansis Brammanis
2013-04-23 12:44:31 -04:00
parent cc8e9a37ca
commit 1021850300
+2 -2
View File
@@ -1502,11 +1502,11 @@ div.combobox {
}
img.wiki-image {
float: left;
float: right;
width: 33.3333%;
width: -webkit-calc(33.3333% - 10px);
width: calc(33.3333% - 10px);
margin-right: 20px;
margin-left: 20px;
border-radius: 4px;
max-height: 200px;
}