Bug 355007 - Use InfoText on InfoBackground in feed subscription UI. r=mconnor.

This commit is contained in:
mozilla.mano%sent.com 2006-10-01 06:42:23 +00:00
parent 7c15fcda7a
commit 3a44d571ef
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ html {
margin: -4em auto 0 auto;
font-size: 110%;
background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
color: InfoText;
padding: 5em 3em 0 3em;
}

View File

@ -31,6 +31,7 @@ html {
-moz-padding-start: 2.9em;
font-size: 110%;
background: url("chrome://browser/skin/feeds/feedIcon.png") 0% 10% no-repeat InfoBackground;
color: InfoText;
}
#feedHeader[dir="rtl"] {