I've just started a new job at an agency and I've been looking around at different starter themes for WordPress. I need something that works for me and effectively allows me to cut down on my dev time and does things that I would normally do anyways.
This file contains 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
/* | |
* This is the bare minimum CSS necessary to make jQuery UI tabs "work". | |
* Obviously you'll need to do a lot more styling to make them "good" :) | |
*/ | |
.ui-tabs-hide { display: none; } |