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

This commit is contained in:
gavin%gavinsharp.com 2006-01-19 05:32:26 +00:00
parent e22c52ab0f
commit c85cb8cc3b
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;