MDL-35823 - Accessibility - Follow up changes from the original commit: addint in theme fixes and updating upgrade.txt

This commit is contained in:
Jason Fowler
2013-02-06 13:36:37 +08:00
parent 4df8223cbe
commit fc7defef99
4 changed files with 21 additions and 0 deletions
+5
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;
+5
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;
+6
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%;
+5
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: