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 --- static/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'static') 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