Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-17 02:35:22 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-17 02:35:22 (GMT)
commitb7e4967f81dc60efe1c906d570d9dfd93075b869 (patch)
tree945f8a42bcf1b5491cd20f82c0eb4913fa27508d
parent38c12d6d2ba80eaa2987c06e9d14623b8a9f78b1 (diff)
fix bug so that lesson plan scrolls horizontally
-rwxr-xr-xcss/kDoc.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/kDoc.css b/css/kDoc.css
index 9cf8f51..bdd3e65 100755
--- a/css/kDoc.css
+++ b/css/kDoc.css
@@ -22,6 +22,5 @@
#iframeLessonPlan{
width:100%;
- height: 100%;
- overflow-x: scroll;
+ height: 90%;
} \ No newline at end of file