Removed "round" CSS class from alert boxes.

Round corner should only be used for action buttons.
This commit is contained in:
Christoph Haas 2015-04-27 00:55:14 +02:00
parent 308c89c9ea
commit d866f17405

View file

@ -2,6 +2,6 @@
// Supported names are success/warning/info/alert/secondary
// See http://foundation.zurb.com/docs/components/alert_boxes.html
- flash.each do |name, msg|
div data-alert=true class="alert-box round #{name}"
div data-alert=true class="alert-box #{name}"
= content_tag(:div, msg)
a href="#" class="close" ×