Prepare for 0.28.1+2 and fix search box alignment in Safari (#1927)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cddb5c1..7dc5884 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.28.1+2
+* Fix alignment of search box text in Safari (#1926).
+
 ## 0.28.1+1
 * Make hamburger menu appear in Chrome 72.
 
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 6954ab2..7e80e06 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.1+1/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.1+2/%f%#L%l%'
diff --git a/lib/resources/styles.css b/lib/resources/styles.css
index 3741a04..c53521f 100644
--- a/lib/resources/styles.css
+++ b/lib/resources/styles.css
@@ -847,8 +847,8 @@
 .tt-hint {
   width: 200px;
   height: 20px;
-  padding: 4px 12px;
-  line-height: 30px;
+  padding: 2px 7px 1px 7px;
+  line-height: 20px;
   outline: none;
 }
 
diff --git a/lib/src/version.dart b/lib/src/version.dart
index fdac487..abccfb2 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.28.1+1';
+const packageVersion = '0.28.1+2';
diff --git a/pubspec.yaml b/pubspec.yaml
index 9665feb..20e0c96 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.28.1+1
+version: 0.28.1+2
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc