RetroZilla/layout/html/tests/table/bugs/bug8411.css

15 lines
148 B
CSS
Raw Normal View History

2015-10-21 05:03:22 +02:00
doc {
display: block;
margin: 5px;
}
p {
display: block;
}
captionelement {
display: table-caption;
text-align: center;
color: red;
}