Index: luna.css
===================================================================
RCS file: /glinks/html/static/luna/luna.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- luna.css    4 Apr 2005 07:21:27 -0000       1.10
+++ luna.css    12 Apr 2005 22:39:35 -0000      1.11
@@ -123,3 +123,14 @@
   background: none;
 }
 */
+
+/* If you change the globals category_cols or home_category_cols, then you will
+need to change the width of the columns themselves.  Note that IE sometimes has
+problems if this value adds up to 100%, so keep the width a little under 100%.
+For example, if you changed category_cols to 3, then this example would set
+the width of the columns to 33% (99% total). */
+/*
+#category dl {
+  width: 33%;
+}
+*/