docs: style and script changes for android u classes
Change-Id: I5866541bb9dd41329aa02328b805959c8f675f8c
This commit is contained in:
@@ -67,8 +67,7 @@
|
|||||||
|
|
||||||
#side-nav li {
|
#side-nav li {
|
||||||
padding:0;
|
padding:0;
|
||||||
line-height:16px;
|
padding:1px 0 1px 0;
|
||||||
white-space:nowrap;
|
|
||||||
zoom:1;
|
zoom:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,6 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#side-nav li a {
|
#side-nav li a {
|
||||||
|
display: inline-block; /* needed to apply padding to line-wraps */
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
padding: 0 0 0 18px;
|
padding: 0 0 0 18px;
|
||||||
zoom:1;
|
zoom:1;
|
||||||
|
@@ -425,7 +425,7 @@ function loadLast(cookiePath) {
|
|||||||
|
|
||||||
$(window).unload(function(){
|
$(window).unload(function(){
|
||||||
var path = getBaseUri(location.pathname);
|
var path = getBaseUri(location.pathname);
|
||||||
if (path.indexOf("/reference/") != -1) {
|
if ((path.indexOf("/reference/") != -1) || (path.indexOf("/training/") != -1)) {
|
||||||
writeCookie("lastpage", path, "reference", null);
|
writeCookie("lastpage", path, "reference", null);
|
||||||
} else if (path.indexOf("/guide/") != -1) {
|
} else if (path.indexOf("/guide/") != -1) {
|
||||||
writeCookie("lastpage", path, "guide", null);
|
writeCookie("lastpage", path, "guide", null);
|
||||||
|
Reference in New Issue
Block a user