annotate app/assets/stylesheets/alert.css @ 254:bcca41003e84

Use postgres 'cuz mysql is shit. - utf8 isn't utf8 (hint: utf8mb4) - index key too loooooooooooong Nope.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 01:47:19 +0900
parents d4682cea8e58
children c3080316b4dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
190
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 .alert {
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 border-radius: 0 0 4px 4px;
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 -webkit-border-radius: 0 0 4px 4px;
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 -moz-border-radius: 0 0 4px 4px;
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
5 }