From 4b894c5634c409a2e9265cd2d5f450910d934ad1 Mon Sep 17 00:00:00 2001 From: Ulrike Uhlig Date: Mon, 15 Sep 2014 19:18:29 +0000 Subject: 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 --- bin/tracker_service.py | 9 ++++++--- static/style.css | 17 +++++++++++++++-- 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 { -- cgit v1.2.3