XPressME Integration Kit

Trac

Changeset 627


Ignore:
Timestamp:
Jun 18, 2010, 11:51:36 PM (14 years ago)
Author:
toemon
Message:

xpress-defaultテーマでサブメニューの表示バグ修正 Fixes#355

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/my_themes/functions.php

    r620 r627  
    1313if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 
    1414// This theme uses wp_nav_menu() in one location. 
    15 if ( function_exists('add_theme_support') ){ 
     15if ( function_exists('register_nav_menus') ){ 
    1616                register_nav_menus( array( 
    1717                'primary' => __('Primary Navigation','xpress'), 
  • trunk/extras/my_themes/style.css

    r613 r627  
    852852//      color:#aaa; 
    853853        padding:0 2px; 
    854         line-height:18px; 
     854        line-height:16px; 
    855855} 
    856856#access ul ul, 
     
    858858        display:none; 
    859859        position:absolute; 
    860         top:38px; 
     860        top:16px; 
    861861        left:0; 
    862862        float:left; 
     
    873873#access ul ul a, 
    874874#xpress-menu ul ul a { 
    875         background:#333; 
     875        background:#AAAAAA; 
    876876        height:auto; 
    877877        line-height:1em; 
    878         padding:10px; 
     878        padding:3px; 
    879879        width: 130px; 
    880880} 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css

    r606 r627  
    852852//      color:#aaa; 
    853853        padding:0 2px; 
    854         line-height:18px; 
     854        line-height:16px; 
    855855} 
    856856#access ul ul, 
     
    858858        display:none; 
    859859        position:absolute; 
    860         top:38px; 
     860        top:16px; 
    861861        left:0; 
    862862        float:left; 
     
    873873#access ul ul a, 
    874874#xpress-menu ul ul a { 
    875         background:#333; 
     875        background:#AAAAAA; 
    876876        height:auto; 
    877877        line-height:1em; 
    878         padding:10px; 
     878        padding:3px; 
    879879        width: 130px; 
    880880} 
Note: See TracChangeset for help on using the changeset viewer.