Allow images to go up to 300px, and explicitly make wordpress smileys
(since we have lot of wordpress blogs) normal size and inline instead of
overriding them.
Petr Jelinek
margin-left: auto;
margin-right: auto;
max-height: 100px;
- max-width: 100px;
+ max-width: 300px;
+ width: auto;
+ height: auto;
clear: left;
}
+div.planetPostContent img.wp-smiley {
+ display: inline-block;
+ height: 1em;
+ max-width: 2em;
+ width: auto;
+}
+
div#planetRight {
width: 280px;
margin-top: 10px;