forked from openkylin/platform_build
am 3728f56b: am 939c3f72: 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
* commit '3728f56bc62f35d576b12180f5bbf33d0c83f00d': 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
This commit is contained in:
commit
068dcde2e7
|
@ -72,7 +72,8 @@
|
|||
zoom:1;
|
||||
}
|
||||
|
||||
#side-nav li h2 {
|
||||
#side-nav li span.heading {
|
||||
display:block;
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
margin:.5em 0 0 0;
|
||||
|
|
Loading…
Reference in New Issue