Closed nfreear closed 10 years ago
Relates to: #23 [LACE], #9 [JuxtaLearn].
<?php class JxL_Custom_Functions { //... public function head_custom_style() { $css_selector = self::get_option( 'jxl_menu_clipit_selector', '.main-navigation ul > .menu-item-type-custom a[href *= clipit]' ); //... ?> <style id=jxl-custom-style > /* ClipIt menu link. */ body .main-navigation li { margin: 0 1.7rem 0 0; /*right: 2.85rem, 2rem*/ } ...
Relates to: #23 [LACE], #9 [JuxtaLearn].