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

Commit 40e90998 authored by Robert Ly's avatar Robert Ly
Browse files

add google services tab

Change-Id: Ia5b249b825c33334458a6762be2d62b657bc0d58
parent d4cb7831
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4282,11 +4282,16 @@ a.download-sdk {
.landing-docs a {
  color:#333 !important;
}

.landing-docs a:hover,
.landing-docs a:hover * {
  color:#7AA1B0 !important
}

.landing-docs .normal-links a {
  color:#258aaf !important;
}

.plusone {
  float:right;
}
+11 −6
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
                  es-lang="Diseñar"               
                  >Design</a></li>
                <li class="develop"><a href="<?cs var:toroot ?>develop/index.html" <?cs
                  if:training || guide || reference || tools || develop ?>class="selected"<?cs /if ?>
                  if:training || guide || reference || tools || develop || google ?>class="selected"<?cs /if ?>
                  zh-TW-lang="開發"
                  zh-CN-lang="开发"
                  ru-lang="Разработка"
@@ -161,8 +161,9 @@ onkeyup="return search_changed(event, false, '<?cs var:toroot ?>')" />
                          ja-lang="ツール"
                          es-lang="Herramientas"               
                          >Tools</a>
                          <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the
SDK</a></li></ul>
                          <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the SDK</a></li></ul>
                        </li>
                        <li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
                        </li>
                      </ul>
                    </li>
@@ -191,11 +192,11 @@ SDK</a></li></ul>
    
    
    
<?cs if:training || guide || reference || tools || develop ?>
<?cs if:training || guide || reference || tools || develop || google ?>
    <!-- Secondary x-nav -->
    <div id="nav-x">
        <div class="wrap">
            <ul class="nav-x col-9 develop" style="width:75%">
            <ul class="nav-x col-9 develop" style="width:100%">
                <li><a href="<?cs var:toroot ?>training/index.html" <?cs
                  if:training ?>class="selected"<?cs /if ?>
                  zh-TW-lang="訓練課程"
@@ -232,6 +233,10 @@ SDK</a></li></ul>
                  ja-lang="ツール"
                  es-lang="Herramientas"
                  >Tools</a></li>
                <li><a href="<?cs var:toroot ?>google/index.html" <?cs
                  if:google ?>class="selected"<?cs /if ?>
                  >Google Services</a>
                </li>
            </ul>
        </div>