Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 068dcde2 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 3728f56b: am 939c3f72: docs: modify css to support sidenav headings with...

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 '3728f56b':
  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
parents 8d5610cd 3728f56b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;