Skip to content

Commit

Permalink
Remove inline css. [#593 status:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 30, 2009
1 parent 5d645c2 commit 5096ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Expand Up @@ -7,7 +7,7 @@
</head>
<body>

<p style="color: green"><%%= flash[:notice] %></p>
<p class="notice"><%%= flash[:notice] %></p>

<%%= yield %>

Expand Down
Expand Up @@ -20,6 +20,10 @@ div.attribute, div.action {
margin-bottom: 10px;
}

.notice {
color: green;
}

.fieldWithErrors {
padding: 2px;
background-color: red;
Expand Down

2 comments on commit 5096ba9

@clemens
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally ...

@chalkers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

Please sign in to comment.