tbelknap
31p35 comments posted · 0 followers · following 0
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
I think I take your meaning. You mean that the newline character at the beginning and ending of the wp-tabbity shortcode - if there is one - should be deleted by the code before rendering? Seems like a good idea to me, too. I'll add it to the "To do."
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
Thanks!
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 2 replies · +1 points
#myTabbity { font-size: 1.2em !important; )
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 0 replies · +1 points
#myTabbityGroup .ui-tabs
Or whatever's appropriate. Maybe that's what you meant with your code example?
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 2 replies · +1 points
The other thing is: without looking at the CSS at the moment (at work!), I'd venture a guess that more than one Class specifies these values in the original jQuery styles, so look out for that.
16 years ago @ HN.Net WordPress Plugins - WP-Tabbity · 5 replies · +1 points
What you could do is copy the "flick" directory under /wp-tabbity/styles/ and name it "anime" or whatever. Then make your style changes to that new style and select it as your default. Just one idea of how you might get where you're trying to go.