fixed the admin welcome screen css

This commit is contained in:
claudiosmweb 2014-05-15 17:42:04 -03:00 committed by Mike Jolley
parent 8caa60e3c2
commit 483ddd1a40
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ class WC_Admin_Welcome {
} }
.about-wrap .feature-rest div.last-feature { .about-wrap .feature-rest div.last-feature {
padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'right' : 'left'; ?>: 100px; padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'right' : 'left'; ?>: 100px;
padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'left: ' : 'right'; ?>: 0; padding-<?php echo get_bloginfo( 'text_direction' ) === 'rtl' ? 'left' : 'right'; ?>: 0;
} }
.about-wrap div.icon { .about-wrap div.icon {
width: 0 !important; width: 0 !important;