Docs: Style lists in tables (#6379)

Merge pull request 6379
This commit is contained in:
Frank Taillandier 2017-09-22 15:11:23 +02:00 committed by jekyllbot
parent c84aef0619
commit 4359df8e65
1 changed files with 6 additions and 1 deletions

View File

@ -813,7 +813,12 @@ tbody td {
background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=0 );
p {
ul {
padding-left: 1em;
}
p,
ul {
font-size: 16px;
code { font-size: 14px; }