Bug 315297: Credits in about dialog don't scroll and fade in correctly, patch by DesertFox <studio17@gmail.com>, r=mconnor

git-svn-id: svn://10.0.0.236/trunk@187817 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2006-01-19 05:32:26 +00:00
parent a61d4851f0
commit 53a4a9ccec
2 changed files with 10 additions and 2 deletions

View File

@ -85,9 +85,9 @@
position: absolute;
left: 0px;
top: 0px;
bottom: 8px;
overflow: hidden;
z-index: 1;
height: 285px;
width: 280px;
margin-left: 10px;
margin-right: 10px;
@ -95,6 +95,10 @@
font-size: small;
}
#creditsBox > .title > .motto {
margin-bottom: 180px;
}
h3 {
font-weight: bold;
font-size: small;

View File

@ -84,9 +84,9 @@
position: absolute;
left: 0px;
top: 0px;
bottom:8px;
overflow: hidden;
z-index: 1;
height: 275px;
width: 280px;
margin-left: 10px;
margin-right: 10px;
@ -94,6 +94,10 @@
font-size: small;
}
#creditsBox > .title > .motto {
margin-bottom: 180px;
}
h3 {
font-weight: bold;
font-size: small;