From 7d5776f73134c51c4a5623f0afdbfeb3b1e15908 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sun, 10 Feb 2013 21:41:32 +0100 Subject: [PATCH] Fix header link text-decoration; add bottom padding to #content. --- templates/2k11/admin/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 0da7c981..b3797e63 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1076,10 +1076,12 @@ summary { #top h1 a, #top h1 a:visited, #top h1 a:hover, -#top h1 a:focus { - color: #fcfcfc; - text-decoration: none; -} +#top h1 a:focus { color: #fcfcfc; } + +#top a, +#top a:visited, +#top a:hover, +#top a:focus { text-decoration: none; } #banner, #user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); } @@ -1094,6 +1096,8 @@ summary { /* CONTENT ----------------------------------------------------------------- */ +#content { padding-bottom: 1.5em; } + #serendipity_admin_groups br, .image_add_form br { display: none;