Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 20, 2012 15:25

Revisions

  1. Jonathan Smiley revised this gist Jun 21, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion f3-orbit-loading.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    #featured img { background: url(spinner.gif) center center #f4f4f4; height: 300px; }
    #featured { background: url(spinner.gif) center center #f4f4f4; height: 300px; }
    #featured img { display: none; }

    #featured.orbit { background: none; }
  2. Jonathan Smiley created this gist Jun 20, 2012.
    5 changes: 5 additions & 0 deletions f3-orbit-loading.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #featured img { background: url(spinner.gif) center center #f4f4f4; height: 300px; }
    #featured img { display: none; }

    #featured.orbit { background: none; }
    #featured.orbit img { display: block; }