am 8cf6d9e3: Merge "tweak header css for more distinction" into honeycomb

* commit '8cf6d9e3ae1f7a18c49121c578fe1f5f05371342':
  tweak header css for more distinction
This commit is contained in:
Scott Main 2011-02-04 11:48:59 -08:00 committed by Android Git Automerger
commit c52832ad5c

View file

@ -61,7 +61,7 @@
} }
#side-nav ul ul { #side-nav ul ul {
margin: .35em 0 0 0; margin: .5em 0 0 0;
padding: 0; padding: 0;
} }
@ -517,16 +517,24 @@ hr {
} }
#jd-content h3 { #jd-content h3 {
font-size:1.2em; font-size:1.3em;
color:#222; color:#3a3a3a;
padding: .75em 0 .65em 0; padding: 0;
margin:0; margin: 1.5em 0 .65em 0;
} }
#jd-content h4 { #jd-content h4 {
font-size:1.1em; font-size:1.1em;
margin-bottom:.5em; color:#3a3a3a;
color:#222; padding: 0;
margin: 1.25em 0 .65em 0;
}
#jd-content h5 {
font-size:1.0em;
color:#3a3a3a;
padding: 0;
margin: 1em 0 .65em 0;
} }
#jd-content .small-header { #jd-content .small-header {
@ -833,7 +841,7 @@ p.table-caption {
.toggle-content a[href="#"] { .toggle-content a[href="#"] {
text-decoration:none; text-decoration:none;
color:#000; color:inherit;
} }
#jd-content .toggle-content img.toggle-content-img { #jd-content .toggle-content img.toggle-content-img {