summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrike Uhlig <u@451f.org>2014-09-15 19:18:29 +0000
committerUlrike Uhlig <u@451f.org>2014-09-15 19:18:29 +0000
commit4b894c5634c409a2e9265cd2d5f450910d934ad1 (patch)
tree37a31c2d56992ed186f48de5da9afd57674243fa
parente230ec25b673017eb93c696335c0bcfec6736b87 (diff)
correct UL element. Take out the search form of the ul element on the homepage.
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28802 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rw-r--r--bin/tracker_service.py9
-rw-r--r--static/style.css17
2 files changed, 21 insertions, 5 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index a4bd8e3a1a..1387b669c6 100644
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -192,6 +192,7 @@ here. Please help us keep this information up-to-date by """,
aware of and/or help us improve the quality of this information by """,
A(url.scriptRelative("data/report"), "participating"),
"."),
+
make_menu(
url.scriptRelative,
('status/release/unstable',
@@ -221,9 +222,11 @@ aware of and/or help us improve the quality of this information by """,
('data/funny-versions',
'Packages with strange version numbers'),
('data/releases',
- 'Covered Debian releases and architectures (slow)'),
- self.make_search_button(url)),
- P("""(You can enter CVE names, Debian bug numbers and package
+ 'Covered Debian releases and architectures (slow)')
+ ),
+
+ self.make_search_button(url),
+ P("""(You can enter CVE names, Debian bug numbers and package
names in the search forms.)"""),
H3("External interfaces"),
diff --git a/static/style.css b/static/style.css
index 42f6f4d337..de2678f418 100644
--- a/static/style.css
+++ b/static/style.css
@@ -29,12 +29,25 @@ a:hover, a:focus {
text-decoration:underline;
}
+ul, ol {
+ padding-left: 0;
+}
+
ul, li {
list-style: none;
}
-ul, ol {
- padding-left: 0;
+ul li {
+ display: inline-block;
+}
+
+li a {
+ background: #fafafa;
+ border: 1px solid #ddd;
+ margin: 0 0.5em 0.2em 0;
+ border-radius: 0.5em;
+ padding: 0.15em 0.5em;
+ display: block;
}
h1 {

© 2014-2024 Faster IT GmbH | imprint | privacy policy