--- /dev/null
+New class for searchbar when on the homepage
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This adds the `.searchbar-home` class to the div that
+contains the searchbar when on the homepage. This allows
+sites to customize the searchbar differently on the
+homepage than in other places the
+search bar appears (for example, offering a large,
+Google-style search bar on the homepage only).
+
--- /dev/null
+Styling the searchbar on the homepage
+-------------------------------------
+
+The `.searchbar-home` class is added to the div that
+contains the searchbar when on the homepage. This allows
+sites to customize the searchbar differently on the
+homepage than in search results pages, and other places the
+search bar appears. For example, adding the following CSS
+would create a large, Google-style search bar on the homepage only:
+
+[source,css]
+----
+.searchbar-home .search-box {
+ width: 80%;
+ height: 3em;
+}
+
+.searchbar-home #search_qtype_label,
+.searchbar-home #search_itype_label,
+.searchbar-home #search_locg_label {
+ display:none;
+}
+----
+
include::admin_initial_setup/designing_your_catalog.adoc[]
+include::admin_initial_setup/different_styles_for_searchbar.adoc[]
+
include::admin/search_interface.adoc[]
include::admin_initial_setup/borrowing_items.adoc[]
include::admin_initial_setup/designing_your_catalog.adoc[]
+include::admin_initial_setup/different_styles_for_searchbar.adoc[]
+
include::admin/search_interface.adoc[]
include::opac/sitemap.adoc[]