annotate app/assets/stylesheets/alert.css @ 265:6cca1ab53337

Infinitely better error messages and notice.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 02:56:30 +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 }