Unverified Commit 6bb4b126 authored by Janice Collins's avatar Janice Collins Committed by GitHub

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

parent 796d89a1
...@@ -104,7 +104,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then ...@@ -104,7 +104,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then
fi fi
# Install and activate dartdoc. # 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 # This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc. # a custom index.html, placing everything into dev/docs/doc.
......
...@@ -103,7 +103,6 @@ code { ...@@ -103,7 +103,6 @@ code {
background-image: none; background-image: none;
border: 1px solid #ccc; border: 1px solid #ccc;
border-radius: 2px; border-radius: 2px;
font-family: inherit;
padding: 4px 6px; padding: 4px 6px;
font-size: 15px; font-size: 15px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment