brianmacdonald (owner)
Revisions
-






fb6ba2
brianma...
Sat Oct 24 05:25:28 -0700 2009
-






485efb
brianma...
Sat Oct 24 05:24:52 -0700 2009
This gist is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are given this private URL.
Every gist with this icon (
) is private.
Every gist with this icon (
This gist is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
CSS Cross-Browser Rules of Thumb
This is a list what CSS changes that may or may not be cross-browser compatible. If a CSS change is unsafe, you will need to check it across all browsers.
Safe:
-padding
-margin
Unsafe:
-float
-position
-z-index
-text-indent
-cursor
-font-size em's without base size
-negative margins
-ul, h(n), p, fieldset, dl without reset


