Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle

This commit is contained in:
Dan Poltawski 2013-02-06 13:42:47 +08:00
commit 69b2f366b1
4 changed files with 21 additions and 0 deletions

View File

@ -21,6 +21,11 @@ h2,h3,h4,h5,h6 {
font-weight: normal;
}
h2.helpheading {
color: #333;
font-weight: bold;
}
blockquote {
border-left:1px solid #eee;
padding-left:15px;

View File

@ -137,6 +137,11 @@ h2,h3,h4,h5,h6 {
font-weight: normal;
}
h2.helpheading {
color: #333;
font-weight: bold;
}
blockquote {
border-left: 1px solid #eee;
padding-left: 15px;

View File

@ -82,6 +82,12 @@ h2{
letter-spacing: -0.04em;
}
h2.helpheading {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
line-height: 1.5;
color: #333;
}
h3{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
font-size: 150%;

View File

@ -1,6 +1,11 @@
This files describes API changes in /theme/* themes,
information provided here is intended especially for theme designer.
=== 2.5 ===
DOM changes:
* changed the h1 title in the help popup to a h2.
=== 2.4 ===
required changes: