Bug 309606: Long strings in xul error pages aren't wrapped, patch by Henrik Skupin <hskupin@gmail.com>, r=neil+mconnor

This commit is contained in:
gavin%gavinsharp.com 2005-10-01 05:19:04 +00:00
parent da44abd930
commit c6d3b67a4b
4 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
}
#errorShortDesc > p {
overflow: auto;
border-bottom: 1px solid ThreeDLightShadow;
padding-bottom: 1em;
font-size: 130%;

View File

@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
}
#errorShortDesc > p {
overflow: auto;
border-bottom: 1px solid ThreeDShadow;
padding-bottom: 1em;
font-size: 130%;

View File

@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
}
#errorShortDesc > p {
overflow: auto;
border-bottom: 1px solid ThreeDLightShadow;
padding-bottom: 1em;
font-size: 130%;

View File

@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer {
}
#errorShortDesc > p {
overflow: auto;
border-bottom: 1px solid ThreeDLightShadow;
padding-bottom: 1em;
font-size: 130%;