From 3f70e1521365edd88d4cde4d2ec73f923e377a7b Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Thu, 22 Oct 2009 21:30:34 +0000 Subject: text is now justified, but not in a particularly elegant way. --- 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 @@
-
Construct a quadrilateral by moving +
Construct a quadrilateral by moving the given straight lines to appropriate places
-- cgit v0.9.1