svn%xmlterm.org afa39571f0 xmlterm changes only.
Chrome restructuring: xmlterm extension is not part of communicator and needs to have top level chrome (like chatzilla).


git-svn-id: svn://10.0.0.236/trunk@66706 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-21 13:04:45 +00:00

15 lines
249 B
CSS

/* xmlterm.css: Stylesheet for XUL wrapper ../content/xmlterm.xul */
@import url(chrome://global/skin/);
/**
* remove black border from iframe
*/
html|iframe {
min-width: 10px;
min-height: 10px;
width: 100px;
height: 100px;
border: none;
}