RetroZilla/layout/html/tests/table/bugs/bug8411.css
2015-10-20 23:03:22 -04:00

15 lines
148 B
CSS

doc {
display: block;
margin: 5px;
}
p {
display: block;
}
captionelement {
display: table-caption;
text-align: center;
color: red;
}