Sliced Software

Sliced Software strives to produce high quality, easy to use software.

Software

PGnJ An intuitive Database Development Environment for Mac OS X.

Seymore Content management, made easy.

Argus Issue tracking for the rest of us.

@twitter

I Love Camino!

This post is not yet over at tumblr! But it will be soon.
September 09

Hide That Pesky Gmail Invite Box


I found this neat css you can add to your `userContent.css` file in Camino or Firefox to hide that annoying invite box in Gmail.

		/* Hide GMail invites */
		span[class~=ilc][class~=sxs] {
			display: none !important;
		}
		div#nb_1 {
			display: none !important;
		}
If you use Camino, your `userContent.css` should be put in:

		~/Library/Application Support/Camino/chrome/
If you don't have one, just create a new one. If you use Firefox, your `userContent.css` should be put in:

		%AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome\
If you can't figure out how to do it in Firefox, check out this page.