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
commit4b894c5634c409a2e9265cd2d5f450910d934ad1 (patch)
tree37a31c2d56992ed186f48de5da9afd57674243fa /static
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
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