From 2c81902303e20be9ddb83f5bb2e59cc22b4cfe22 Mon Sep 17 00:00:00 2001 From: kipp Date: Sat, 2 May 1998 00:56:55 +0000 Subject: [PATCH] BR's are inline and cyan (if they are rendering) git-svn-id: svn://10.0.0.236/trunk@1059 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/document/src/ua.css | 11 ++--------- mozilla/layout/style/ua.css | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/mozilla/layout/html/document/src/ua.css b/mozilla/layout/html/document/src/ua.css index 2ad6eb38372..52aee014ca9 100644 --- a/mozilla/layout/html/document/src/ua.css +++ b/mozilla/layout/html/document/src/ua.css @@ -21,13 +21,6 @@ // XXX I'm starting to believe that this portion of the style sheet // comes from the PresentationContext. -// XXX temporary hack -IMPLICITP { - display: block; - margin-top: 0pt; - margin-bottom: 2pt; -} - BODY { font-family: "Times Roman", serif; font-style: normal; @@ -36,7 +29,6 @@ BODY { font-size: 11pt; line-height: 1.1; background: rgb(255,255,255); -// background: rgb(192,192,192); color: black; padding: 12px; display: block; @@ -132,7 +124,8 @@ HR { } BR { - display: block; + display: inline; + color: cyan; } // Block tags diff --git a/mozilla/layout/style/ua.css b/mozilla/layout/style/ua.css index 2ad6eb38372..52aee014ca9 100644 --- a/mozilla/layout/style/ua.css +++ b/mozilla/layout/style/ua.css @@ -21,13 +21,6 @@ // XXX I'm starting to believe that this portion of the style sheet // comes from the PresentationContext. -// XXX temporary hack -IMPLICITP { - display: block; - margin-top: 0pt; - margin-bottom: 2pt; -} - BODY { font-family: "Times Roman", serif; font-style: normal; @@ -36,7 +29,6 @@ BODY { font-size: 11pt; line-height: 1.1; background: rgb(255,255,255); -// background: rgb(192,192,192); color: black; padding: 12px; display: block; @@ -132,7 +124,8 @@ HR { } BR { - display: block; + display: inline; + color: cyan; } // Block tags