Changeset 221870
- Timestamp:
- 03/26/2010 04:01:02 PM (16 years ago)
- File:
-
- 1 edited
-
frontpage-slideshow/trunk/frontpage-slideshow.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontpage-slideshow/trunk/frontpage-slideshow.php
r221869 r221870 332 332 margin: 0!important; 333 333 padding: 0!important; 334 width: <?php if ($options['values']['fs_slide_width']=='100%' ) echo '0'; else echo $options['values']['fs_buttons_width']?>!important;334 width: <?php if ($options['values']['fs_slide_width']=='100%' || !$options['values']['fs_show_buttons']) echo '0'; else echo $options['values']['fs_buttons_width']?>!important; 335 335 height: 100%; 336 336 list-style: none!important;
Note: See TracChangeset
for help on using the changeset viewer.