Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/quadrilaterals/quadrilaterals/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quadrilaterals/quadrilaterals/css/lesson.css')
-rwxr-xr-xexamples/quadrilaterals/quadrilaterals/css/lesson.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/examples/quadrilaterals/quadrilaterals/css/lesson.css b/examples/quadrilaterals/quadrilaterals/css/lesson.css
deleted file mode 100755
index 3ed4696..0000000
--- a/examples/quadrilaterals/quadrilaterals/css/lesson.css
+++ /dev/null
@@ -1,79 +0,0 @@
-#main
-{
- background-image: url('../images/bg.png');
- width: 550px;
- height: 400px;
-}
-
-#leftArea {
- width: 60%;
- display: inline;
- float: left;
- height: 100%;
-}
-
-#rightArea {
- width: 40%;
- display: inline;
- float: left;
- height: 100%;
-}
-
-#leftTop {
- height: 20%;
- position: relative;
-}
-
-#leftMiddle {
- height: 60%;
-}
-
-#leftBottom {
- height: 20%;
- float: left;
-}
-
-
-#rightTop {
- height: 30%;
-}
-
-#rightMiddle {
- height: 40%;
-}
-
-#rightBottom {
- height: 30%;
-}
-
-
-
-
-
-
-#Karma
-{
- position: relative;
-}
-
-.canvas
-{
- position: absolute;
- top: 0px;
- left: 0px;
-}
-
-#left
-{
- float: left;
- width: 350px;
-}
-
-.left {
- float:left;
-}
-
-#instruction{
- position: absolute;
- top: 60px;
-} \ No newline at end of file