DevTools/CSSTips: Difference between revisions

Jump to navigation Jump to search
Line 7: Line 7:
** 4 changes to the 3 files: <tt>/browser/themes/[gnome|pin|win]stripe/browser/jar.mn</tt>
** 4 changes to the 3 files: <tt>/browser/themes/[gnome|pin|win]stripe/browser/jar.mn</tt>
* Make sure each file starts with the standard copyright header (see [https://www.mozilla.org/MPL/boilerplate-1.1/ License Boilerplate])
* Make sure each file starts with the standard copyright header (see [https://www.mozilla.org/MPL/boilerplate-1.1/ License Boilerplate])
** For work funded by Mozilla, the 'Initial Developer of the Original Code' should be 'The Mozilla Foundation'.
** Remember the year
** The first letter of contributors names should be under the 'n' of 'contributors'
** The original author of the code should have the string ' (original author)' after his/her email address
* Functional stuff (for example, toggling the display property based on application state) should be in content css rather than theme css
* Functional stuff (for example, toggling the display property based on application state) should be in content css rather than theme css
* Avoid <tt>!important</tt> but if you have to use it, make sure it's obvious why you're using it (maybe with a comment)
* Avoid <tt>!important</tt> but if you have to use it, make sure it's obvious why you're using it (maybe with a comment)
Confirmed users
295

edits

Navigation menu