annotate app/assets/stylesheets/alert.css @ 266:c3080316b4dd

Removed extraneous prefixes, remove top border.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 02:57:51 +0900
parents d4682cea8e58
children 7f1eac4a7fa9
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;
266
c3080316b4dd Removed extraneous prefixes, remove top border.
edogawaconan <me@myconan.net>
parents: 190
diff changeset
3 border-top: 0;
190
d4682cea8e58 Fun with alerts.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 }