Comment #1 on issue 942 by chusmora: Language menu not displaying properly
http://code.google.com/p/qubit-toolkit/issues/detail?id=942
Evelyn, you didn't upload an screenshot but I think to know what you mean
(screenshot attached). After
r3344, (border-bottom: 3px solid) style was being applied to active links
instead of (text-decoration:
underline), which, IMHO, I think is better.
I suggest this patch:
Index: web/css/menu.css
===================================================================
--- web/css/menu.css (revision 3347)
+++ web/css/menu.css (working copy)
@@ -71,5 +71,5 @@
.language-list li.active a, .menu-quick-links a.active
{
- border-bottom: 3px solid #999999;
+ text-decoration: underline;
}
Attachments:
issue942-screenshot.png 16.8 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Issues" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en
-~----------~----~----~----~------~----~------~--~---