Alineación vertical del texto en tablas y tamaño de letra por defecto en celdas

This commit is contained in:
Manuel Cillero 2018-02-25 00:42:15 +01:00
parent 3d71dcbdca
commit dd217f8b63

View file

@ -92,6 +92,12 @@ body.wiki, .wiki p, .wiki li {
.wiki table td, .wiki table th { .wiki table td, .wiki table th {
padding: 4px; padding: 4px;
font-size: 16px; font-size: 16px;
vertical-align: top;
}
.wiki table td p, .wiki table th p {
font-size: 16px;
line-height: 1.42857em;
margin: 0;
} }
blockquote { blockquote {