figcaption

This commit is contained in:
Andrei Astafev 2019-04-25 10:33:29 +03:00
parent 3c58a743f6
commit 990b359cc1

View File

@ -373,3 +373,7 @@ th, td {
tr:hover { tr:hover {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
figcaption {
text-align: center;
}