Skip to content

Instantly share code, notes, and snippets.

@JamieMason
Created November 30, 2012 09:48

Revisions

  1. JamieMason revised this gist Nov 30, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion z-indexes.css
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,8 @@
    \*------------------------------------*/

    /**
    * Ordered in the same stacking order as the values define: Highest first/top to lowest last/bottom
    * Ordered in the same stacking order as the values define;
    * Highest first/top to lowest last/bottom
    */

    .foo { z-index: 30; }
  2. JamieMason created this gist Nov 30, 2012.
    11 changes: 11 additions & 0 deletions z-indexes.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    /*------------------------------------*\
    $Z-INDEXES
    \*------------------------------------*/

    /**
    * Ordered in the same stacking order as the values define: Highest first/top to lowest last/bottom
    */

    .foo { z-index: 30; }
    .bar { z-index: 20; }
    .baz { z-index: 10; }