Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
ccb2c4ba
Commit
ccb2c4ba
authored
Mar 30, 2007
by
Nigel McNie
Committed by
Nigel McNie
Mar 30, 2007
Browse files
Fixed highlighting of current section on the menu in IE6
parent
5aa20f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
ccb2c4ba
...
...
@@ -354,7 +354,9 @@ tr.required th {
color
:
#FFF
;
text-decoration
:
none
;
}
#mainnav
li
.selected
a
{
#mainnav
li
.selected
a
:link
,
#mainnav
li
.selected
a
:visited
,
#mainnav
li
.selected
a
:active
{
color
:
#FFF
;
}
/* MAIN NAVIGATION ENDS */
...
...
@@ -393,7 +395,9 @@ tr.required th {
padding
:
0
;
margin
:
0
5px
;
}
#subnav
li
.selected
a
{
#subnav
li
.selected
a
:link
,
#subnav
li
.selected
a
:visited
,
#subnav
li
.selected
a
:active
{
color
:
#98bf10
;
}
/* SUB NAVIGATION ENDS */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment