Skip to content
  1. Dec 08, 2023
  2. Feb 15, 2023
  3. Aug 17, 2021
  4. Mar 05, 2021
  5. May 21, 2020
  6. Sep 28, 2018
  7. Jul 19, 2016
  8. Jun 05, 2016
  9. Jul 15, 2015
  10. Jun 08, 2014
  11. Apr 21, 2013
  12. Dec 05, 2006
  13. Jun 15, 2003
    • Dries Buytaert's avatar
      · c31fe45f
      Dries Buytaert authored
      - Improvement: fixed wrapping in code samples in user module so that admin help doesn't have a huge horizontal scrollbar.  Patch #13 by Al.
      c31fe45f
  14. Dec 30, 2002
    • Dries Buytaert's avatar
      · 84ad17f7
      Dries Buytaert authored
      Patch by Michael:
      
      admin.css:
      
      * Removed border-bottom for menu list items. The only work around to retain
      the border-bottom on lists with nested items is to use divs rather than li
      tags as far as I know. I think the list items are still readable this way.
      * Made title of site in sidenav more differentiated from menu.
      * Made color changes so that all headings are the same hue (navy bluish).
      * Modified th text-align: left; for better readability. Modified
      border-bottom: 1px solid #ccc; Black addded visual noise.
      * Modified tr.dark background-color: #ddd, tr.light background-color: #fff;
      * Changed all colors to #xxx three number hex shortcuts.
      * Added hr rule to make horizontal rules have height: 1px; color: #ccc;
      
      admin.php:
      
      * Added 1 line to admin.php to include <link rel="stylesheet" ...>. The
      stylesheet refers to a misc/print.css stylesheet which may not exist in your
      misc/ directory. This fixes the flash of unstyled content that users of Win
      IE 5+ are experiencing. You can use this to specify print styles if you
      like. See more about this here: http://www.bluerobot.com/web/css/fouc.asp
      84ad17f7
  15. Jul 13, 2001