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:
parent
1332ba7eda
commit
22fec9f732
@ -23,6 +23,18 @@ h2.top {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #00f;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #800080;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active{
|
||||||
|
color: #f00;
|
||||||
|
}
|
||||||
|
|
||||||
.yui-g {
|
.yui-g {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user