Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-10-22 21:30:34 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-10-22 21:30:34 (GMT)
commit3f70e1521365edd88d4cde4d2ec73f923e377a7b (patch)
tree6c2fcd4446704dd19f0da4d76a94a398ddd51e67
parent4b2b0d29035d29d30efc036d467954e05972a2ed (diff)
text is now justified, but not in a particularly elegant way.
-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">