Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/adding_up_to_10/css/lesson.css')
-rwxr-xr-xexamples/adding_up_to_10/css/lesson.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/adding_up_to_10/css/lesson.css b/examples/adding_up_to_10/css/lesson.css
index 5147cfa..c6044b0 100755
--- a/examples/adding_up_to_10/css/lesson.css
+++ b/examples/adding_up_to_10/css/lesson.css
@@ -76,6 +76,8 @@ background:none none repeat scroll 0 0;
position:absolute;
top: 50px;
left: 75px;
+width:200px;
+height:200px;
}
#plussign {
display: block;
@@ -97,6 +99,8 @@ position:absolute;
left: 50px;
right:50px;
top:50px;
+width:200px;
+height:200px;
}
.bottom {
@@ -118,6 +122,7 @@ position:relative;
top: 20px;
}
+
.sidebarItem {
clear:both;
float:left;
@@ -163,7 +168,8 @@ left:25px;
position:absolute;
top:10px;
left:25px;
-
+width:120px;
+height:125px;
}
#buttons {