modified the tab behavior so it works when JS is disabled but CSS is enabled, an accessibility edge-case

This commit is contained in:
Brian Hogan
2011-08-13 12:22:18 -05:00
parent 3d03e14363
commit 76be30c318
2 changed files with 12 additions and 2 deletions

View File

@ -254,7 +254,6 @@
border-top-right-radius: 2px; }
ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }
/* Clearfixing tabs for beautiful stacking */