This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.tabWrap { | |
height: 400px; //This wrap is not needed unless you have things you are putting under this tab box. | |
} | |
.tabs { | |
display: block; //Float tabs left and give the whole thing a specific height. | |
float: left; | |
height: 22px; | |
} |