Use CSS to style the disabled tabs.

This commit is contained in:
Tom Hughes 2010-03-11 08:58:48 +00:00
parent 8434fb53b7
commit 910937ae4b
2 changed files with 9 additions and 4 deletions

View file

@ -285,6 +285,11 @@ hr {
background: #fff;
}
#tabnav a.disabled
{
font-style: italic;
}
/* Rules for greeting bar in the top right corner */
#greeting {