Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Math_Numeric_Puzzle_Solving/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/Math_Numeric_Puzzle_Solving/css/lesson.css
parent7a995451f8fe8dc10d1d12e4d5831208473dba8a (diff)
updating the names of the directories to match that of the excel sheet.
Diffstat (limited to 'examples/Math_Numeric_Puzzle_Solving/css/lesson.css')
-rwxr-xr-xexamples/Math_Numeric_Puzzle_Solving/css/lesson.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/examples/Math_Numeric_Puzzle_Solving/css/lesson.css b/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
deleted file mode 100755
index 28e9985..0000000
--- a/examples/Math_Numeric_Puzzle_Solving/css/lesson.css
+++ /dev/null
@@ -1,50 +0,0 @@
-body {
- background: #affafc;
- }
-
-#gamearea{
- float:right;
- width: 664px;
- border: 5px gold dashed;
- padding: 10px;
-}
-
-.dragme {
- width: 160px;
- height: 120px;
- padding: 1px 3px 0px 3px; /*top right bottom left*/
- cursor: move;
-
-}
-
-#imageBar{
- margin-left: 20px;
- margin-top:15px;
- float:left;
- width: 225px;
- height: 495px;
- border: 2px solid red;
-
-}
-
-.imageThumb{
- margin: 5px;
- width: 200px;
- height: 138px;
- border: 2px groove #00FF00;
- padding: 5px;
- margin 1em;
-}
-
-.imgMain{
- width: 640px;
- height: 480px;
- float : right;
- padding : 10px;
- visibility: hidden;
- position:relative;
-}
-
-#img1,#img2,#img3 {
- display:none;
-} \ No newline at end of file