Random theme suggestion: Might pull "Roles" from the About dl in the profile sidebar and make it its own H4 with a ul of their roles under it. That'd probably be the simplest fix for the weird line-height and broken border-bottom issue when you have multiple roles.
Mark, are you going to release the new vf.org theme soon? I'd really like to use the new UI conventions as the base for my themes without starting from scratch.
Grabbed latest from Git but it's the old theme. Are you sticking with that for the default or using the new vf.org theme? Want to make sure before I waste time on obsolete CSS ;)
The only things we've been changing are related to cleanup. For example, if we see a place where there are duplicated styles on different classes, we will consolidate. Other fixes will include any browser-related issues that people discover.
When it comes to updating themes, there are some good practices you can adopt to make that easier: With this theme, I add all of my customizations to the end of my css file, and just copy/paste any changes to the core files above my customizations (take a look at my theme's style.css to see what I mean).
We're using hg mq (basically patches over the default theme on a mercurial repo), so that's not too bad :). This way, there's no duplicate stuff in the css. If I found time, I might just write a makefile to create a full and a release zip, the release one being css tidy'd to be smaller.
Indeed, it was not too difficult with Dakr to keep up with your fixes the last 2 weeks :)
Well, it's just a program call css tidy, that remove unecessary stuff, that's good for serving the files, not to work on them :): http://csstidy.sourceforge.net/example.php
I'm really not into css, I'm quite at a loss creating stuff for my sample Simpleblog application.
So what makes you so hot to get away from IPB immediately? :) I definitely endorse the switch, but you might do well to slate it for late January or so rather than trying to do it right this minute (unless you don't mind upgrading the files every other day). Personally, I want to overhaul the search and close a few bug tickets before I start migrating my sites, and I'm sure IPB and phpBB would be top choices to get an importer for as soon as possible (i.e. after a few more core issues are dealt with).
You don't happen to know about using single sign on with garden/vanilla 2 do you? I have read the docs and posted to that forum, got a reply from Mark, but I continue to be majorly confused. If you know about it, I'll ask, but otherwise I'll try Mark again.