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 { .srt {
position: absolute; position: absolute;
top: 310px; bottom: 50px;
left: 0px; left: 600px;
width: 512px; width: 400px;
font-size: 16px; font-size: 16px;
} }
</style> </style>