Skip to content

Instantly share code, notes, and snippets.

@davoclavo
davoclavo / typos.md
Created December 6, 2012 03:49
NimbusBase

Found another typo in here

NimbusBase can be deployed on top of Backbone so that you can take any Backbone app and changed it's storage to be on top of NimbusBase.

Should be:

NimbusBase can be deployed on top of Backbone so that you can take any Backbone app and change it's storage to be on top of NimbusBase.

Awesome product. I saw your email regarding helping us get our apps done, as soon as I get my idea clearer I'll probably need help :).

@davoclavo
davoclavo / cssfix.md
Created November 15, 2012 20:38
The New Lastpass small fix

First of all: beautiful. Great job.

There is just this little thing (border radius of inner elements of the list):

the little thing

To fix:

Remove these lines from the #actions ul li a block

@davoclavo
davoclavo / pipipopo.md
Created November 13, 2012 18:58
bandtastic moving_container fix

El #moving_container tiene un pequeño offset cuando scrolleas, cambien la línea 726 del cover_bundle_js.js

De:

var starting_point = $timer.height() + $timer.offset().top - 20;

A:

var starting_point = $timer.height() + $timer.offset().top - 10;