summaryrefslogtreecommitdiff
path: root/themes/seven
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-09 15:47:03 +0000
commit0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca (patch)
tree50bd1835eb637d6cdfc093c0d25b3abdf58673c3 /themes/seven
parentb1099651988afe22ee1bb7a21dbc87b70072e9e1 (diff)
downloadbrdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.gz
brdo-0bda56b52a5ff0d7dec08822d3ed49c80b6a35ca.tar.bz2
#874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0).
Diffstat (limited to 'themes/seven')
-rw-r--r--themes/seven/style.css29
1 files changed, 0 insertions, 29 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8c64e81d3..c095526f4 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -234,35 +234,6 @@ kbd {
}
/**
- * Messages.
- */
-div.messages {
- padding: 9px;
- margin: 0.5em 0 0;
- color: #036;
- background: #f8fff0;
- border-left: 16px solid #be7;
-}
-div.warning {
- color: #840;
- background: #fffce5;
- border-left: 16px solid #ed5;
-}
-div.error {
- color: #8c2e0b;
- background: #fef5f1;
- border-left: 16px solid #ed541d;
-}
-div.error p.error {
- color: #333;
-}
-div.status {
- color: #234600;
- background: #f8fff0;
- border-left: 16px solid #be7;
-}
-
-/**
* Page title.
*/
#page-title {