Bug 243171 position of the checkin summary in CVS graph should be fixed and not absolute

r=glazou


git-svn-id: svn://10.0.0.236/trunk@156519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2004-05-18 08:56:41 +00:00
parent 4a1e0fd20c
commit eb75784dc2

View File

@@ -158,7 +158,7 @@ function hideMessage() {
border-color: #F0A000;
background-color: #FFFFFF;
padding: 5;
position: absolute;
position: fixed;
}
</style>
--endquote--