Removed "round" CSS class from alert boxes.
Round corner should only be used for action buttons.
This commit is contained in:
parent
308c89c9ea
commit
d866f17405
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ×
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue