Alineación vertical del texto en tablas y tamaño de letra por defecto en celdas
This commit is contained in:
parent
3d71dcbdca
commit
dd217f8b63
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue