Forced the default link colors.

This is needed for people using custome style in their browser. This
allows correct display in that case.
This commit is contained in:
Loic d'Anterroches 2008-11-26 21:51:16 +01:00
parent 1332ba7eda
commit 22fec9f732

View File

@ -23,6 +23,18 @@ h2.top {
margin-top: 0;
}
a:link {
color: #00f;
}
a:visited {
color: #800080;
}
a:active{
color: #f00;
}
.yui-g {
padding: 0 1em;
}