Bug Tracker

Show
Ignore:
Timestamp:
11/27/07 22:08:49 (1 year ago)
Author:
klaus.hartl
Message:

make use of hasClass and eq for less and better readable code, cleaned up tabs tests page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/current/tests/tabs.html

    r3930 r3952  
    7777            }); 
    7878        </script> 
    79  
    80         <style type="text/css" media="screen, projection"> 
    81             /* Not required for Tabs, just to make this demo look better... */ 
    82             h1 { 
    83                 margin: 1em 0 1.5em; 
    84                 font-size: 18px; 
    85             } 
    86             h2 { 
    87                 margin: 2em 0 1.5em; 
    88                 font-size: 16px; 
    89             } 
    90             p { 
    91                 margin: 0; 
    92             } 
    93             pre, pre+p, p+p { 
    94                 margin: 1em 0 0; 
    95             } 
    96             code { 
    97                 font-family: "Courier New", Courier, monospace; 
    98             } 
    99         </style> 
    10079    </head> 
    10180    <body> 
    102         <h1><a href="http://ui.jquery.com">jQuery UI</a> Tabs</h1> 
     81        <h1><a href="http://ui.jquery.com">jQuery UI</a> Tabs tests</h1> 
    10382 
    10483        <h2>Simple Tabs</h2> 
     
    391370        </div> 
    392371 
    393         <h2>Tested with</h2> 
    394  
    395         <ul> 
    396             <li>Firefox 2.0</li> 
    397             <li>Firefox 1.5</li> 
    398             <li>Opera 9.20</li> 
    399             <li>Safari 2.0.4</li> 
    400             <li><abbr title="Internet Explorer">IE</abbr> 7</li> 
    401             <li><abbr title="Internet Explorer">IE</abbr> 6</li> 
    402         </ul> 
    403  
    404372    </body> 
    405373</html>