[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/question/format/xhtml/ -> xhtml.css (source)

   1  <style>
   2    body {
   3      font-family: Verdana, Helvetica, Sans-Serif;
   4      background-color: #fff;
   5      color: #000;
   6    }
   7  
   8    .question {
   9      border: 1px solid #ddd;
  10      margin: 5px;
  11      padding: 3px;
  12      }
  13  
  14    .question h3 {
  15      font-weight: normal;
  16      font-size: 125%;
  17    }
  18  
  19    .question ul {
  20      list-style-type: none;
  21    }
  22  
  23  </style>


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