mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 06:05:31 +02:00
Merge branch 'wip-MDL-35823-master' of git://github.com/phalacee/moodle
This commit is contained in:
commit
69b2f366b1
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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%;
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user