]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
search page: Shrink headings.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 12:32:07 +0000 (13:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2012 12:32:07 +0000 (13:32 +0100)
data/templates/search-form.html

index a92a6d52437be834a1c88145865309cf1c8a399a..a9ca62a7b1131dd6190491030afcb721c7ebdc56 100644 (file)
@@ -19,7 +19,7 @@
                </div>
        {% else %}
                <div class="page-header">
-                       <h1>{{ _("Advanced search") }}</h1>
+                       <h2>{{ _("Search") }}</h2>
                </div>
 
                <p class="lead ac">
@@ -43,7 +43,7 @@
        <div class="row">
                <div class="span12">
                        <div class="well">
-                               <h3>{{ _("Search for packages by name or description") }}</h3>
+                               <h4>{{ _("Search for packages by name or description") }}</h4>
                                <p>
                                        {{ _("If you type a package name to the search box you will get a link to the package.") }}
                                        {{ _("The search is performed in case insensitive mode.") }}
        <div class="row">
                <div class="span6">
                        <div class="well">
-                               <h3>{{ _("Search for UUIDs") }}</h3>
+                               <h4>{{ _("Search for UUIDs") }}</h4>
                                <p>
                                        {{ _("If you type a UUID to the search box, you will be directed to the job, build or package it belongs to.") }}
                                        {{ _("This is a handy feature if you have a UUID and search for the corresponding package or build.") }}
                                </p>
 
-                               <h4>{{ _("Examples") }}</h4>
+                               <h5>{{ _("Examples") }}</h5>
                                <ul>
                                        <li>fde110ca-f7d9-4ae5-a6c4-1e465a05662a</li>
                                </ul>
 
                <div class="span6">
                        <div class="well">
-                               <h3>{{ _("Search for files") }}</h3>
+                               <h4>{{ _("Search for files") }}</h4>
                                <p>
                                        {{ _("You may also search for file names.") }}
                                        {{ _("You will get a list of packages that contain the file.") }}
                                        {{ _("The search pattern must start with a slash that it will be recognized as a file.") }}
                                </p>
 
-                               <h4>{{ _("Examples") }}</h4>
+                               <h5>{{ _("Examples") }}</h5>
                                <ul>
                                        <li>/bin/bash</li>
                                        <li>/usr/bin/gcc</li>