| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 Patchesmenu-patch (last revision 2011-07-29 11:08 UTC by ava3ar at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2011-08-17 12:28 UTC] bjori@php.net
 
-Type:    Documentation Problem
+Type:    Bug
-Package: Documentation problem
+Package: Website problem
  [2011-08-17 12:28 UTC] bjori@php.net
  [2011-08-17 12:32 UTC] ava3ar at gmail dot com
 
-Status: Open
+Status: Closed
  [2011-08-17 12:32 UTC] ava3ar at gmail dot com
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 11:00:01 2025 UTC | 
Description: ------------ The new themes menu on the left is to small, this makes it more likely to fit the content in, a better way would be to use min-width, or fluid Index: theme.css =================================================================== --- theme.css (revision 313868) +++ theme.css (working copy) @@ -491,7 +491,7 @@ .layout-menu { float: left; - width: 160px; + width: 300px; } .layout-menu li a { @@ -516,7 +516,7 @@ } .layout-content { - margin-left: 175px; + margin-left: 290px; padding-bottom: 12px; display: block; }