mirror of
https://github.com/oupala/apaxy.git
synced 2025-08-18 22:21:40 +02:00
Update style.css to fix IE border image issues
This is to fix display issues in IE. When browsing in IE, there is a box around the images on the main, initial listing. If you add the code commited, it resolves the issue.
This commit is contained in:
@@ -36,6 +36,10 @@ a {
|
|||||||
color:#61666c;
|
color:#61666c;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
a, img {
|
||||||
|
border:none;
|
||||||
|
outline:none
|
||||||
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color:#2a2a2a;
|
color:#2a2a2a;
|
||||||
}
|
}
|
||||||
@@ -119,4 +123,4 @@ tr.parent a[href^="/"] {
|
|||||||
.footer {
|
.footer {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-size:.75em;
|
font-size:.75em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user