X-Git-Url: https://git-public.kairo.at/?p=mandelbrot.git;a=blobdiff_plain;f=xulapp%2Fchrome%2Fmandelbrot%2Fskin%2Fclassic%2Fmandelbrot.css;h=07a31bb22c6d50e12d40e032888ab02baa1c0a73;hp=488bdcadef2891abce9063a4e623443aba6f4df9;hb=84e4253dade312621f4f73ba58eab4d19f0c63d1;hpb=17f5591ea7002891afed87cb88a5ea071cf42183;ds=sidebyside diff --git a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css index 488bdca..07a31bb 100644 --- a/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css +++ b/xulapp/chrome/mandelbrot/skin/classic/mandelbrot.css @@ -35,6 +35,13 @@ * * ***** END LICENSE BLOCK ***** */ +@namespace html "http://www.w3.org/1999/xhtml"; + +/* HTML link elements do weird things to the layout if they are not hidden */ +html|link { + display: none; +} + #tasksMenuMandelbrot, #menu_openMandelbrot { list-style-image: url("chrome://mandelbrot/skin/mandelbrotIcon16.png"); }