Posted in Uncategorized on March 10th, 2008
- Lakers slightly fall out of first
- Out with the old, time for the new
- Porsche Cayman
- Cody @ the Cat Club. Where’s Marvelous?
- Installing Fedora…So long Ubuntu…for now.
Posted in Uncategorized on May 29th, 2007
Firefox can look awfully Web 1.0 on Ubuntu. Thankfully there is a quick and easy fix for this.
So close Firefox and open a terminal window.
- wget http://users.tkk.fi/~otsaloma/art/firefox-form-widgets.tar.gz
- tar -xvzf firefox-form-widgets.tar.gz
- sudo cp /usr/lib/mozilla-firefox/res/forms.css /usr/lib/mozilla-firefox/res/forms.css.bak
- cat firefox-form-widgets/res/forms-extra.css | sudo tee –append /usr/lib/mozilla-firefox/res/forms.css >
/dev/null
- sudo cp -r firefox-form-widgets/res/form-widgets /usr/lib/mozilla-firefox/res
- rm -rf firefox-form-widgets
Now start Firefox. That's it!