afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-05 07:20 am

[dw-free] tropo site menus out of alignment

[commit: http://hg.dwscoalition.org/dw-free/rev/65259cb4c6ff]

http://bugs.dwscoalition.org/show_bug.cgi?id=1544

Limit margin on nested ULs to #content

Patch by [personal profile] kareila.

Files modified:
  • htdocs/moodlist.bml
--------------------------------------------------------------------------------
diff -r a4d0a004fe8b -r 65259cb4c6ff htdocs/moodlist.bml
--- a/htdocs/moodlist.bml	Wed Aug 05 07:17:48 2009 +0000
+++ b/htdocs/moodlist.bml	Wed Aug 05 07:19:18 2009 +0000
@@ -2,7 +2,7 @@ title=><?_code return BML::ml('.title', 
 title=><?_code return BML::ml('.title', {'sitename' => $LJ::SITENAMESHORT}); _code?>
 head<=
 <style>
-ul ul {
+#content ul ul {
     margin: 0 0 0.2em 2em;
 }
 .lj_moodlist_link {
@@ -114,7 +114,7 @@ body<=
             $ret .= BML::ml('Actionlink', {
                 'link' => "<a href='$LJ::SITEROOT/moodlist?moodtheme=$theme->{moodthemeid}'>$ML{'.nav.viewall'}</a>"
             });
-            $ret .= "</td>";
+            $ret .= "</td></tr>";
         };
 
         $ret .= "<form action='moodlist' method='get'>\n";
--------------------------------------------------------------------------------