From 4b232564b6767bec2ec979df5d0f9ea28cdda8a9 Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Mon, 15 Aug 2011 22:20:36 +0800 Subject: [PATCH] by JohnAlbin: Add missing style to ie7.scss. --- STARTERKIT/sass/ie7.scss | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/STARTERKIT/sass/ie7.scss b/STARTERKIT/sass/ie7.scss index 43a805b..85e924d 100644 --- a/STARTERKIT/sass/ie7.scss +++ b/STARTERKIT/sass/ie7.scss @@ -18,6 +18,13 @@ ul.secondary li { } } +// +// Drupal nodes +// +.node-unpublished>*, +.comment-unpublished>* { + position: relative; // Otherwise these elements will appear below the "Unpublished" text. +} // // Drupal admin tables -- 1.7.4.1