Skip to content

Instantly share code, notes, and snippets.

@ddnode
Created July 10, 2013 05:02
Show Gist options
  • Save ddnode/5963603 to your computer and use it in GitHub Desktop.
Save ddnode/5963603 to your computer and use it in GitHub Desktop.

Revisions

  1. ddnode created this gist Jul 10, 2013.
    8 changes: 8 additions & 0 deletions inline-block.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #inline-block {
     display: -moz-inline-stack;
     display: inline-block;
     vertical-align: middle;
     *vertical-align: auto;
     zoom: 1;
    *display: inline;
    }