Changeset 3952 for trunk/ui/current/tests/tabs.html
- Timestamp:
- 11/27/07 22:08:49 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/tests/tabs.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/tests/tabs.html
r3930 r3952 77 77 }); 78 78 </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>100 79 </head> 101 80 <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> 103 82 104 83 <h2>Simple Tabs</h2> … … 391 370 </div> 392 371 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 404 372 </body> 405 373 </html>
