Bug 229809 CSS Errors in xmlterm

patch by bc@bclary.com r=timeless sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@151353 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-01-15 03:08:58 +00:00
parent d410ac3424
commit b086a0426e
2 changed files with 12 additions and 10 deletions

View File

@@ -2,6 +2,8 @@
@import url(chrome://global/skin/);
@namespace html url("http://www.w3.org/1999/xhtml");
/**
* remove black border from iframe
*/

View File

@@ -25,18 +25,18 @@ SPAN.command { color: blue }
DIV.errmsg { color: red }
/* Explicit hyperlinks (underlined) */
DIV.textlink { font-family: monaco; color: blue; cursor: hand;
DIV.textlink { font-family: monaco; color: blue; cursor: pointer;
text-decoration: underline }
SPAN.textlink { font-family: monaco; color: blue; cursor: hand;
SPAN.textlink { font-family: monaco; color: blue; cursor: pointer;
text-decoration: underline }
/* Imlicit hyperlinks (highlighted) */
SPAN.highlight { font-family: monaco; color: blue; cursor: hand }
SPAN.directory { font-family: monaco; color: blue; cursor: hand }
SPAN.executable { font-family: monaco; color: blue; cursor: hand }
SPAN.plainfile { font-family: monaco; color: blue; cursor: hand }
SPAN.imagefile { font-family: monaco; color: blue; cursor: hand }
SPAN.urlfile { font-family: monaco; color: blue; cursor: hand }
SPAN.highlight { font-family: monaco; color: blue; cursor: pointer }
SPAN.directory { font-family: monaco; color: blue; cursor: pointer }
SPAN.executable { font-family: monaco; color: blue; cursor: pointer }
SPAN.plainfile { font-family: monaco; color: blue; cursor: pointer }
SPAN.imagefile { font-family: monaco; color: blue; cursor: pointer }
SPAN.urlfile { font-family: monaco; color: blue; cursor: pointer }
/* Screen display */
PRE.row { margin: 0; padding-top: 0; padding-bottom: 0 }
@@ -60,8 +60,8 @@ TABLE.tiptable { background-color: #DDDDDD }
DIV.tipelement { font-family: sans-serif }
/* Help links */
SPAN.helphighlight { font-family: sans-serif; color: green; cursor: hand }
SPAN.helplink { font-family: sans-serif; color: blue; cursor: hand;
SPAN.helphighlight { font-family: sans-serif; color: green; cursor: pointer }
SPAN.helplink { font-family: sans-serif; color: blue; cursor: pointer;
text-decoration: underline }
/* Level style */