Changeset 627
- Timestamp:
- Jun 18, 2010, 11:51:36 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/my_themes/functions.php
r620 r627 13 13 if ( function_exists('add_theme_support') )add_theme_support( 'nav-menus' ); 14 14 // This theme uses wp_nav_menu() in one location. 15 if ( function_exists(' add_theme_support') ){15 if ( function_exists('register_nav_menus') ){ 16 16 register_nav_menus( array( 17 17 'primary' => __('Primary Navigation','xpress'), -
trunk/extras/my_themes/style.css
r613 r627 852 852 // color:#aaa; 853 853 padding:0 2px; 854 line-height:1 8px;854 line-height:16px; 855 855 } 856 856 #access ul ul, … … 858 858 display:none; 859 859 position:absolute; 860 top: 38px;860 top:16px; 861 861 left:0; 862 862 float:left; … … 873 873 #access ul ul a, 874 874 #xpress-menu ul ul a { 875 background:# 333;875 background:#AAAAAA; 876 876 height:auto; 877 877 line-height:1em; 878 padding: 10px;878 padding:3px; 879 879 width: 130px; 880 880 } -
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css
r606 r627 852 852 // color:#aaa; 853 853 padding:0 2px; 854 line-height:1 8px;854 line-height:16px; 855 855 } 856 856 #access ul ul, … … 858 858 display:none; 859 859 position:absolute; 860 top: 38px;860 top:16px; 861 861 left:0; 862 862 float:left; … … 873 873 #access ul ul a, 874 874 #xpress-menu ul ul a { 875 background:# 333;875 background:#AAAAAA; 876 876 height:auto; 877 877 line-height:1em; 878 padding: 10px;878 padding:3px; 879 879 width: 130px; 880 880 }
Note: See TracChangeset
for help on using the changeset viewer.