Index: luna_core.css
===================================================================
RCS file: glinks/html/static/luna/luna_core.css,v
retrieving revision 1.38
retrieving revision 1.41
diff -u -r1.38 -r1.41
--- luna_core.css       11 Aug 2006 04:30:25 -0000      1.38
+++ luna_core.css       14 Nov 2007 20:55:40 -0000      1.41
@@ -4,7 +4,7 @@
  *
  *   Website  : http://gossamer-threads.com/
  *   Support  : http://gossamer-threads.com/scripts/support/
- *   Revision : $Id: 3.2.0-3.3.0.css.diff.html,v 1.2 2009/04/17 00:50:28 brewt Exp $
+ *   Revision : $Id: 3.2.0-3.3.0.css.diff.html,v 1.2 2009/04/17 00:50:28 brewt Exp $
  *
  * Copyright (c) 2005 Gossamer Threads Inc.  All Rights Reserved.
  * Redistribution in part or in whole strictly prohibited. Please
@@ -122,6 +122,7 @@
 #logo a {
   text-decoration: none;
   display: block;
+  outline: none;
 }
 #header {
   background: transparent url(images/swirls.gif) top right no-repeat;
@@ -386,6 +387,8 @@
   margin: 15px 15px 20px 20px;
 }
 .linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
+  overflow: hidden;
+  width: 100%;
   margin: 2px 0px;
 }
 .linklisting h4.linktitle a {
@@ -541,6 +544,12 @@
 #content ul.categories {
   margin: 0px;
 }
+#content ul.default {
+  margin: 0px 0px 1em 0px;
+  padding-left: 3.6em;
+  font-size: 11px;
+  list-style: disc;
+}

 /* forms */
 .row {