michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* michael@0: * Edit this file and copy it as userContent.css into your michael@0: * profile-directory/chrome/ michael@0: */ michael@0: michael@0: /* michael@0: * This file can be used to apply a style to all web pages you view michael@0: * Rules without !important are overruled by author rules if the michael@0: * author sets any. Rules with !important overrule author rules. michael@0: */ michael@0: michael@0: /* michael@0: * example: give all tables a 2px border michael@0: * michael@0: * table { border: 2px solid; } michael@0: */ michael@0: michael@0: /* michael@0: * example: turn off "marquee" element michael@0: * michael@0: * marquee { -moz-binding: none; } michael@0: * michael@0: */ michael@0: michael@0: /* michael@0: * For more examples see http://www.mozilla.org/unix/customizing.html michael@0: */ michael@0: