Bug #18556 » bug_8009.diff
typo3/sysext/css_styled_content/static/setup.txt (working copy) | ||
---|---|---|
/* Hide from IE5-mac. Only IE-win sees this. \*/
|
||
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
|
||
/* End hide from IE5/mac */
|
||
|
||
)
|
||
[END]
|
||
... | ... | |
# new IMAGE features with last row configuration
|
||
[compatVersion = 4.2.0]
|
||
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE := appendString(
|
||
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }
|
||
)
|
||
plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE := appendString(DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; })
|
||
tt_content.image.20.rendering {
|
||
dl.imageLastRowStdWrap.dataWrap = <div class="csc-textpic-imagerow csc-textpic-imagerow-last" style="width:{register:rowwidth}px;"> | </div>
|