offset the demo store notice when admin bar present. Closes #2109

This commit is contained in:
James Koster 2013-01-02 14:03:02 +00:00
parent 16ce42645d
commit a14818a046
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -69,6 +69,12 @@ p.demo_store {
.inset_box_shadow( 0, 0, 0, 3px, rgba(255,255,255,0.2) );
}
.admin-bar { // Styles applied when the admin bar is present
p.demo_store {
top:28px;
}
}
.woocommerce, .woocommerce-page { // namespace to avoid conflict with common global class names
small.note {