From b5be85a611f83dd97f1f40daaf294b31d975b4a8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 11 Sep 2010 14:40:56 -0400 Subject: [PATCH] blueview: Fix display of links to translated pages in the page header. --- debian/changelog | 1 + themes/blueview/style.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7138824f9..3428aa6d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ ikiwiki (3.20100832) UNRELEASED; urgency=low as second parameter, to allow for plugins that needs access to this information earlier than the delete hook. * actiontabs: Improve tab padding. + * blueview: Fix display of links to translated pages in the page header. -- Joey Hess Tue, 07 Sep 2010 12:08:05 -0400 diff --git a/themes/blueview/style.css b/themes/blueview/style.css index 540cac415..c07d1cdfa 100644 --- a/themes/blueview/style.css +++ b/themes/blueview/style.css @@ -197,14 +197,14 @@ body { font-weight: bold; } -.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span { +.pageheader .header .title, .pageheader .header .parentlinks, .pageheader .actions ul li, .pageheader .header span, .pageheader #otherlanguages ul li { padding: 0.25em 0.25em 0.25em 0.25em; background-image: url('background_darkness.png'); background-repeat: repeat; color: white; } -.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a { +.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a, .pageheader #otherlanguages ul li a { color: white; text-decoration: none; } -- 2.32.0.93.g670b81a890