View Source
css-fix-msie.css
  1. /*  This style sheet validates as CSS3.                  */
  2. /*  See <http://www.ronin-group.org/TRG_colophon.html>   */
  3. /*  for more information.                                */
  4. /*                                                       */
  5. /*  LOADS BY: conditional comment.                       */
  6. /*  FUNCTION: fixes display issues across all versions   */
  7. /*            of Internet Explorer.                      */
  8. /*  */
  9.  
  10.  
  11. /* list styling */
  12.      #content ul { list-style-position: outside; }
  13.      #fixed_sidebar li li { list-style-type: square; color:#336699; margin: 0 0 0 24px; }
  14.      .fibox li { list-style-type: square; color:#336699; margin: 0 0 0 12px; }
  15.      .navlist li { list-style-type: square; color:#336699; margin: 0 0 0 12px; }
  16.  
  17.  
  18. /* widen GeSHi number column */
  19.      .css li, .css li.li1, .html4strict li, .html4strict li.li1, .php li,.php li.li1
  20.      { margin: 0 0 0 10px; }
  21.  
Parsed in 0.029 seconds