[Secure-testing-commits] r28802 - bin static
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 15 19:18:29 UTC 2014
Author: u-guest
Date: 2014-09-15 19:18:29 +0000 (Mon, 15 Sep 2014)
New Revision: 28802
Modified:
bin/tracker_service.py
static/style.css
Log:
correct UL element. Take out the search form of the ul element on the homepage.
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2014-09-15 19:17:46 UTC (rev 28801)
+++ bin/tracker_service.py 2014-09-15 19:18:29 UTC (rev 28802)
@@ -192,6 +192,7 @@
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 @@
('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"),
Modified: static/style.css
===================================================================
--- static/style.css 2014-09-15 19:17:46 UTC (rev 28801)
+++ static/style.css 2014-09-15 19:18:29 UTC (rev 28802)
@@ -29,14 +29,27 @@
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 {
font-size : 250%;
padding: 0;
More information about the Secure-testing-commits
mailing list