Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/QuickMultiplication/css/lesson.css
diff options
context:
space:
mode:
authorhither2forlorn <vaibhawp@yahoo.co.uk>2010-02-28 13:19:20 (GMT)
committer hither2forlorn <vaibhawp@yahoo.co.uk>2010-02-28 13:19:20 (GMT)
commit76e4e16aeb1db6c6793df091759f9aa5ef70e41c (patch)
treef7bd0075ddf628a3ae26e28b5a95f2ea808d8086 /examples/QuickMultiplication/css/lesson.css
parent7a995451f8fe8dc10d1d12e4d5831208473dba8a (diff)
updating the names of the directories to match that of the excel sheet.
Diffstat (limited to 'examples/QuickMultiplication/css/lesson.css')
-rwxr-xr-xexamples/QuickMultiplication/css/lesson.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/QuickMultiplication/css/lesson.css b/examples/QuickMultiplication/css/lesson.css
deleted file mode 100755
index 85dfc00..0000000
--- a/examples/QuickMultiplication/css/lesson.css
+++ /dev/null
@@ -1,15 +0,0 @@
-.optBtns {
-cursor: pointer;
-}
-
-#btnStart, #btnRestart{
-cursor: pointer;
-}
-
-#answerBox {
-position:absolute;
-top:483px;
-left:525px;
-font-size:40px;
-width:90px;
-}