The branch, MAINT_3_4_0 has been updated via 5e82c3634d2ac3f6ff46341d091342ae7c0f070a (commit) via 393f4772e11c2cc62028570a8ea2c4f0c3ccdc28 (commit) from ad2caae3ef9a0104b1b0b919b78b5fa4028d2d09 (commit)
- Log ----------------------------------------------------------------- commit 5e82c3634d2ac3f6ff46341d091342ae7c0f070a Author: Mike Hommé mike@globalcode.org Date: Mon May 9 16:01:21 2011 -0400
Fix for 3299241. Updated style for "disabled" topnav buttons.
Now easier to read and have a more traditional "disabled" look.
commit 393f4772e11c2cc62028570a8ea2c4f0c3ccdc28 Author: Mike Hommé mike@globalcode.org Date: Thu May 5 20:19:58 2011 -0400
Darkened .notice normal text to better distinguish between hyperlinks
-----------------------------------------------------------------------
Summary of changes: themes/pmahomme/css/theme_right.css.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index a2035c3..fc1b36c 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -634,7 +634,7 @@ div.success { }
.notice, .footnotes { - color: #3a6c7e; + color: #000; background-color: #e8eef1; } h1.notice, @@ -798,6 +798,8 @@ form.login label { /* topmenu */ #topmenu a {text-shadow:0px 1px 0px #fff;}
+#topmenu .error{background:#eee;border:0px !important;color:#aaa;} + ul#topmenu, ul#topmenu2, ul.tabs { font-weight: bold; list-style-type: none;
hooks/post-receive