blueview: Fix display of links to translated pages in the page header.
authorJoey Hess <joey@kitenet.net>
Sat, 11 Sep 2010 18:40:56 +0000 (14:40 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 11 Sep 2010 18:40:56 +0000 (14:40 -0400)
debian/changelog
themes/blueview/style.css

index 7138824f9f849184fdf9c5668f29fe5c3261524d..3428aa6d395b3b11780e800449ee1eab24754927 100644 (file)
@@ -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 <joeyh@debian.org>  Tue, 07 Sep 2010 12:08:05 -0400
 
index 540cac415ca7148bb3b519e8493e2281e1433b2e..c07d1cdfa4b305e8a336575c6c0ac5cc9626fda3 100644 (file)
@@ -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;
 }