Fixed Status - page for IE (http://www.yacy-forum.de/viewtopic.php?t=4113), added new Stylesheets in conditional comments for different IE - versions, added hiding of favicons (as proposed by allo).
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3883 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
e1d809d5f1
commit
4f1f280abd
@ -0,0 +1 @@
|
||||
/* Fixes for IE 6 and lower */
|
@ -0,0 +1,6 @@
|
||||
/* Fixes for IE 7 and lower */
|
||||
|
||||
/* A class for elements that should get layout because this fixes many things */
|
||||
.gainlayout {
|
||||
height: 1%;
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
/* Fixes for IE 5 and lower */
|
||||
|
||||
/* IE 5 and lower can't display favicons, so hide them */
|
||||
img.favicon {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in new issue