mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
fix ie5 link colors
This commit is contained in:
parent
e1ac5853ba
commit
ad66afdcf6
2 changed files with 10 additions and 5 deletions
|
@ -120,10 +120,6 @@
|
|||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
:global(h2) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#main-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,12 @@ body {
|
|||
src: url(/retro/comicsans.ttf) format('truetype');
|
||||
}
|
||||
|
||||
a {
|
||||
a,
|
||||
/* these are necessary for ie5 */
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -21,6 +26,10 @@ img {
|
|||
border: none;
|
||||
}
|
||||
|
||||
:global(h2) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
|
|
Loading…
Add table
Reference in a new issue