Update dartdoc to 0.28.1+2 and fix search text alignment (#27559)

This commit is contained in:
Janice Collins 2019-02-06 11:10:59 -08:00 committed by GitHub
parent 796d89a182
commit 6bb4b12633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -104,7 +104,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then
fi
# Install and activate dartdoc.
"$PUB" global activate dartdoc 0.28.1+1
"$PUB" global activate dartdoc 0.28.1+2
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.

View File

@ -103,7 +103,6 @@ code {
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
font-family: inherit;
padding: 4px 6px;
font-size: 15px;
}