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

Commit 1d42360a authored by Scott Main's avatar Scott Main
Browse files

docs: style and script changes for android u classes

Change-Id: I5866541bb9dd41329aa02328b805959c8f675f8c
parent f5cbe002
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,8 +67,7 @@

#side-nav li {
  padding:0;
  line-height:16px;
  white-space:nowrap;
  padding:1px 0 1px 0;
  zoom:1;
}

@@ -80,6 +79,7 @@
}

#side-nav li a {
  display: inline-block; /* needed to apply padding to line-wraps */
  text-decoration:none;
  padding: 0 0 0 18px;
  zoom:1;
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ function loadLast(cookiePath) {

$(window).unload(function(){
  var path = getBaseUri(location.pathname);
  if (path.indexOf("/reference/") != -1) {
  if ((path.indexOf("/reference/") != -1) || (path.indexOf("/training/") != -1)) {
    writeCookie("lastpage", path, "reference", null);
  } else if (path.indexOf("/guide/") != -1) {
    writeCookie("lastpage", path, "guide", null);