diff --git a/sass/_project-sass/_project-Base.scss b/sass/_project-sass/_project-Base.scss index 71b8a3c7..0d82fa65 100644 --- a/sass/_project-sass/_project-Base.scss +++ b/sass/_project-sass/_project-Base.scss @@ -59,7 +59,7 @@ a{ @import 'project-Main'; // Project Specific Main Content Area Styling @import 'project-Footer'; // Project Specific Footer Styling -.alert{ +.alert-error { background-color:#F5BA00; color:#fff; } diff --git a/views/education.erb b/views/education.erb index e62c42ca..3b9f7c3c 100644 --- a/views/education.erb +++ b/views/education.erb @@ -75,12 +75,10 @@ <% if flash.keys.length > 0 %> -
-

- <% flash.keys.each do |key| %> - <%== flash[key] %> - <% end %> -

+
+ <% flash.keys.each do |key| %> + <%== flash[key] %> + <% end %>
<% end %> diff --git a/views/index.erb b/views/index.erb index 02b720b0..7103cf1b 100644 --- a/views/index.erb +++ b/views/index.erb @@ -75,12 +75,10 @@ <% if flash.keys.length > 0 %> -
-

- <% flash.keys.each do |key| %> - <%== flash[key] %> - <% end %> -

+
+ <% flash.keys.each do |key| %> + <%== flash[key] %> + <% end %>
<% end %>