Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/adding_up_to_10_old/css/adding_up_to_10.css~
blob: d20222bdbef31e59d51a5748d291de01848a8f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#karma { 
	position: relative; 
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
}
#canvas {
	position: relative; 
	/*height: 800;
	width: 1200;*/
}

#canvasDrawing {
	position: relative; 
	/*height: 800;
	width: 1200;*/
}