Actions
Bug #39824
closedcss-styled-content css bug in figcaption
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2012-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
I found a strange behaviour. figcaptions are set to display:table-caption;
I chrome 21 on linux and FF 14 this leads to a not full width caption.
hae a look here -> http://jsfiddle.net/bDQTu/
this can be solved by setting
figure {
display:table;
}
After this the caption-side also works
- > http://jsfiddle.net/bDQTu/1/
Did not test very well. Perhaps you check again.
Actions