minor in example - changed position of srt elem

This commit is contained in:
Sanjay B 2009-11-21 20:50:49 +05:30
parent 05bcf8ef12
commit 8701bd5a8b

View File

@ -43,9 +43,9 @@ code {
}
.srt {
position: absolute;
top: 310px;
left: 0px;
width: 512px;
bottom: 50px;
left: 600px;
width: 400px;
font-size: 16px;
}
</style>