Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xexamples/quadrilaterals/css/lesson.css5
-rwxr-xr-xexamples/quadrilaterals/index.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/examples/quadrilaterals/css/lesson.css b/examples/quadrilaterals/css/lesson.css
index 5163336..3ed4696 100755
--- a/examples/quadrilaterals/css/lesson.css
+++ b/examples/quadrilaterals/css/lesson.css
@@ -21,6 +21,7 @@
#leftTop {
height: 20%;
+ position: relative;
}
#leftMiddle {
@@ -72,3 +73,7 @@
float:left;
}
+#instruction{
+ position: absolute;
+ top: 60px;
+} \ No newline at end of file
diff --git a/examples/quadrilaterals/index.html b/examples/quadrilaterals/index.html
index 95dc4fd..c97cfc8 100755
--- a/examples/quadrilaterals/index.html
+++ b/examples/quadrilaterals/index.html
@@ -21,7 +21,7 @@
<div id="main">
<div id="leftArea">
<div id="leftTop">
- <div id="instruction" class="left bottom"> Construct a quadrilateral by moving
+ <div id="instruction"> Construct a quadrilateral by moving
the given straight lines to appropriate places </div>
</div>
<div id="leftMiddle">