summaryrefslogtreecommitdiffstats
path: root/static
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
commitdfb976d3160a8c12fdf21f7f8c80d0e8078cc5d0 (patch)
treeeb0a74a5259fdce898a1af2d11ba29e102d41a82 /static
parent22a96a650613662b695d513434421df0c94ebdc0 (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
Diffstat (limited to 'static')
-rw-r--r--static/style.css17
1 files changed, 15 insertions, 2 deletions
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