docs: modify css to support sidenav headings with span, instead of h2
because I suspect the h2 is sending mixed signals to search engines for result snippets Change-Id: I80f13774f25439efebcade1b9db41c005018d2aa
This commit is contained in:
@@ -72,7 +72,8 @@
|
|||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-nav li h2 {
|
#side-nav li span.heading {
|
||||||
|
display:block;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin:.5em 0 0 0;
|
margin:.5em 0 0 0;
|
||||||
|
Reference in New Issue
Block a user