Skip to content

Commit

Permalink
Adding some example CSS for reference
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Aug 28, 2008
1 parent 7ba7f5d commit 197a055
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/example.css
@@ -0,0 +1,27 @@
/*------------------------------------------------------------------------
=Flash Messages
------------------------------------------------------------------------*/

#flash_messages {
padding: 8px;
margin-bottom: 18px;
}

#flash_messages p {
margin-bottom: 0;
}

#flash_messages .error {
background: #fcc;
border: 1px solid #f00;
}

#flash_messages .notice {
background: #fee37a;
border: 1px solid #fd9b5b;
}

#flash_messages .message {
background: #cbf285;
border: 1px solid #3cab09;
}

0 comments on commit 197a055

Please sign in to comment.