[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/theme/more/style/ -> custom.css (source)

   1  /* Custom CSS
   2  -------------------------*/
   3  a.logo {
   4      background: url([[setting:logo]]) no-repeat 0 0;
   5      display: block;
   6      float: left;
   7      height: 75px;
   8      margin: 0;
   9      padding: 0;
  10      width: 100%;
  11  }
  12  
  13  .dir-rtl a.logo {
  14      background: url([[setting:logo]]) no-repeat 100% 0;
  15      display: block;
  16      float: right;
  17  }
  18  
  19  /* Custom CSS Settings
  20  -------------------------*/
  21  [[setting:customcss]]


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1