changeset 14:85d0c5bf5935

Fixed a CSS bug, added a note at end saying the rest of docs still need to be written.
author Atul Varma <varmaa@toolness.com>
date Tue, 06 Jan 2009 01:57:48 -0800
parents ce482c9cbbe0
children 24dfa7097724
files samplecode.js thingy.css
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/samplecode.js	Tue Jan 06 01:52:50 2009 -0800
+++ b/samplecode.js	Tue Jan 06 01:57:48 2009 -0800
@@ -327,6 +327,8 @@
   return null;
 };
 
+// = The rest of this documentation still needs to be written. =
+
 Utils.paramsToString = function paramsToString(params) {
   var stringPairs = [];
   function valueTypeIsOk(val) {
--- a/thingy.css	Tue Jan 06 01:52:50 2009 -0800
+++ b/thingy.css	Tue Jan 06 01:57:48 2009 -0800
@@ -15,6 +15,9 @@
     float: left;
     padding-left: 10px;
     padding-right: 10px;
+}
+
+.documentation p, .documentation ul {
     line-height: 1.4em;
 }