IET-OU / oer-evidence-hub-org

Site repo: OER Map, Juxtalearn & LACE Evidence Hub sites - pulls in WordPress & plugins |
http://oermap.org
2 stars 0 forks source link

Custom CSS styles, plus re-organize 'custom-functions' etc. [LACE] #24

Closed nfreear closed 10 years ago

nfreear commented 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*/
  }
...