Added rules for the new browser, editor and iframe types. r=hyatt

git-svn-id: svn://10.0.0.236/trunk@50668 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
1999-10-14 10:50:10 +00:00
parent 04a7745986
commit 9cb4c25b8a
2 changed files with 12 additions and 1 deletions

View File

@@ -39,7 +39,13 @@ window.dialog {
* XUL widgets
**********************************/
/******** Box *********
/******** Browser, editor, iframe ********/
browser, editor, iframe {
border: 2px solid black;
}
/******** Box *********/
/* Conditional debug */

View File

@@ -42,6 +42,11 @@ window {
* XUL widgets
**********************************/
/******** Browser, editor, iframe ********/
browser, editor, iframe {
display: inline;
}
/******** Box *******/