Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-23 09:29:00 (GMT)
committer christophd@sugarlabs.org <christophd@sugarlabs.org>2009-09-23 09:29:00 (GMT)
commit5ed61a0cbbadd29c95f4ab9b4f9c2e01c0a8d838 (patch)
tree7f7ddc0163fc756d896e7ace3d30f40775305b8d
parentc95dc9cc2d0dc3fda5091ede8e0b181bdd4fdd92 (diff)
reduced width of Chakra to 640px, some work done on Stage 3
-rw-r--r--chakra/grade1mathematics.html14
-rw-r--r--css/chakra.css2
2 files changed, 8 insertions, 8 deletions
diff --git a/chakra/grade1mathematics.html b/chakra/grade1mathematics.html
index 70d7de1..d969e0d 100644
--- a/chakra/grade1mathematics.html
+++ b/chakra/grade1mathematics.html
@@ -59,23 +59,23 @@
</ul>
<article id="week1" class="lesson">
- <header class="lessonName">Adding up to 10</header>
- <a href="../examples/adding_up_to_10/index.html"><img class="preview" src="../assets/default/images/preview2.jpg" alt="Adding up to 10" title="Adding up to 10" /></a>
+ <header class="lessonName">Quadrilaterals</header>
+ <a href="../examples/adding_up_to_10/index.html"><img class="preview" src="../assets/default/images/preview1.jpg" alt="Quadrilaterals" title="Quadrilaterals" /></a>
</article>
<article id="week2" class="lesson">
- <header class="lessonName">Adding up to 100</header>
+ <header class="lessonName">Adding up to 10</header>
<a href="../examples/adding_up_to_10/index.html"><img class="preview" src="../assets/default/images/preview2.jpg" alt="Adding up to 10" title="Adding up to 10" /></a>
</article>
<article id="week3" class="lesson">
- <header class="lessonName">Another lesson here</header>
- <a href="#">Here is the link</a>
+ <header class="lessonName">Everyday expressions</header>
+ <a href="../examples/adding_up_to_10/index.html"><img class="preview" src="../assets/default/images/preview3.jpg" alt="Everyday expressions" title="Everyday expressions" /></a>
</article>
<article id="week4" class="lesson">
- <header class="lessonName">And another lesson here</header>
- <a href="#">Here is the other link</a>
+ <header class="lessonName">Can and can't</header>
+ <a href="../examples/adding_up_to_10/index.html"><img class="preview" src="../assets/default/images/preview4.jpg" alt="Can and can't" title="Can and can't" /></a>
</article>
</section><!-- end weeksA -->
<section id="weeksB" class="weekList">
diff --git a/css/chakra.css b/css/chakra.css
index f9a6304..dbe1ae2 100644
--- a/css/chakra.css
+++ b/css/chakra.css
@@ -8,7 +8,7 @@ body
{
background: #D8D8D8;
margin: 0 auto;
- width: 80%;
+ width: 640px;
min-width: 640px;
padding: 0;
font-family: "Georgia", serif;