diff --git a/src/theme/book.css b/src/theme/book.css index 111024e5..c5c02f23 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -1417,7 +1417,6 @@ mark.fade-out { margin-left: auto; margin-right: auto; max-width: 750px; - display: block; } #searchbar { width: 100%; diff --git a/src/theme/stylus/searchbar.styl b/src/theme/stylus/searchbar.styl index 157f153f..4d1914ba 100644 --- a/src/theme/stylus/searchbar.styl +++ b/src/theme/stylus/searchbar.styl @@ -21,7 +21,6 @@ mark.fade-out { margin-left: auto; margin-right: auto; max-width: $content-max-width; - display: block; } #searchbar { @@ -65,4 +64,3 @@ ul#searchresults { font-style: normal; } } -