# HG changeset patch # User Paul Boddie # Date 1274625590 -7200 # Node ID c633cb02e011a2735d818af3ef5d70695054476a # Parent 973d6794c880340287bc86bdce1de10b8a9cdd82 Fixed disabled menu entry colouring. Fixed directory reference in the copyright information. diff -r 973d6794c880 -r c633cb02e011 COPYING.txt --- a/COPYING.txt Sun May 23 03:14:12 2010 +0200 +++ b/COPYING.txt Sun May 23 16:39:50 2010 +0200 @@ -13,8 +13,9 @@ Images: -Images from the modernized theme have been placed in the themes/fsfe/img -directory. Their copyright is attributed to the MoinMoin development team. +Images from the modernized theme have been placed in the +themes/mercurialwiki/img directory. Their copyright is attributed to the +MoinMoin development team. Licensing notice: diff -r 973d6794c880 -r c633cb02e011 themes/mercurialwiki/css/screen.css --- a/themes/mercurialwiki/css/screen.css Sun May 23 03:14:12 2010 +0200 +++ b/themes/mercurialwiki/css/screen.css Sun May 23 16:39:50 2010 +0200 @@ -56,7 +56,7 @@ color: gray; } -.editbar li .disabled { +.editbar li span.disabled { color: white; }