Skip to content

Commit

Permalink
Flash[:info] messages use Web's colour scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Jun 15, 2009
1 parent 7448b79 commit d135ac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/default.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<%= javascript_include_tag 'page_helper' %>

<style type="text/css">
h1#pageName, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
h1#pageName, div.info, .newWikiWord a, a.existingWikiWord, .newWikiWord a:hover, #TextileHelp h3 {
color: #<%= @web ? @web.color : "393" %>;
}
<%= File.read(RAILS_ROOT + '/public/stylesheets/instiki.css') if @inline_style %>
Expand Down
1 change: 0 additions & 1 deletion public/stylesheets/instiki.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ border:1px solid #900;

div.info {
background-color:#DDD;
color:#060;
font-weight:bold;
margin-top:0.5em;
padding:0.5em;
Expand Down

0 comments on commit d135ac3

Please sign in to comment.