diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-07-24 21:33:53 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-07-24 21:33:53 +0000 |
commit | e3fa6893c2ff67dc9ce2ac8a1a8cf81d8da03445 (patch) | |
tree | 08ab3c2ab52cf35febe623037523d21bf186b43c /modules/node | |
parent | 7774d0957805124ce927bb898913b86f31da369c (diff) | |
download | brdo-e3fa6893c2ff67dc9ce2ac8a1a8cf81d8da03445.tar.gz brdo-e3fa6893c2ff67dc9ce2ac8a1a8cf81d8da03445.tar.bz2 |
#124485 by Wesley Tanaka: move some remaining node.css comment styles to the actual comment.css
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 67bb8c727..2a3000199 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -1,9 +1,9 @@ /* $Id$ */ -.node-unpublished, .comment-unpublished { +.node-unpublished { background-color: #fff4f4; } -.preview .node, .preview .comment { +.preview .node { background-color: #ffffea; } #node-admin-filter ul { |