From 8701bd5a8b5a9059057deacf324b958c360155a4 Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Sat, 21 Nov 2009 20:50:49 +0530 Subject: [PATCH] minor in example - changed position of srt elem --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d67e1d0..e58760c 100644 --- a/index.html +++ b/index.html @@ -43,9 +43,9 @@ code { } .srt { position: absolute; - top: 310px; - left: 0px; - width: 512px; + bottom: 50px; + left: 600px; + width: 400px; font-size: 16px; }