Skip to content

Instantly share code, notes, and snippets.

@lucasmazza
lucasmazza / dabblet.css
Created September 24, 2012 13:16 — forked from chriscoyier/dabblet.css
Ratings Stars
/*
Ratings Stars
(with as little code as possible)
*/
.rating {
unicode-bidi: bidi-override;
direction: rtl;
text-align: center;
}
.rating > span {
@lucasmazza
lucasmazza / responders.yml
Created October 31, 2011 18:07
Reuse translations
pt-BR:
flash:
male: &male
create:
notice: "%{resource_name} criado com sucesso."
update:
notice: "%{resource_name} editado com sucesso."
destroy:
notice: "%{resource_name} apagado com sucesso."
alert: "%{resource_name} não pode ser apagado."