diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-07 07:41:46 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-07 07:41:46 +0000 |
commit | 1407c81632b6279c550a07f8f1b08120f19f344d (patch) | |
tree | 1a531ac353b090ec2487acd2e7e5692773fbbfe8 /modules/node | |
parent | 2aed502f93be8ce40a90f31759a8619389d96959 (diff) | |
download | brdo-1407c81632b6279c550a07f8f1b08120f19f344d.tar.gz brdo-1407c81632b6279c550a07f8f1b08120f19f344d.tar.bz2 |
#592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets from system.module and separate presentational and behavior-supporting styles.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 177c574e1..173d2e52e 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -6,7 +6,7 @@ .preview .node { background-color: #ffffea; } -/* Override the default multiselect layout in system.css. */ +/* Override the default multiselect layout in system-behavior.css. */ #node-admin-content dl.multiselect dd, dl.multiselect dd .form-item { width: 20em; /* 6em label + 14em select */ } |