Nuevos ajustes en los estilos de las tablas de contenido
This commit is contained in:
parent
7983a204cd
commit
cb1334838d
1 changed files with 8 additions and 1 deletions
|
@ -95,7 +95,14 @@ body.wiki, .wiki p, .wiki li {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.wiki table td p, .wiki table th p {
|
.wiki table th {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #556372;
|
||||||
|
}
|
||||||
|
.wiki table ul, .wiki table ol {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.wiki table p, .wiki table li {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.42857em;
|
line-height: 1.42857em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue