OSDN Git Service

show build info only for android docs (not google)
authorScott Main <smain@google.com>
Sat, 1 Dec 2012 04:16:42 +0000 (20:16 -0800)
committerScott Main <smain@google.com>
Sat, 1 Dec 2012 04:19:37 +0000 (20:19 -0800)
Change-Id: I318f4f68147c109c119ed1fc05c2429ecc7289b7

tools/droiddoc/templates-sdk/assets/css/default.css
tools/droiddoc/templates-sdk/customizations.cs

index d143a69..cd25dc5 100644 (file)
@@ -4284,20 +4284,21 @@ a.download-sdk {
 }
 
 
+
 /************ DEVELOP TOPIC CONTAINERS ************/
 
 .landing-banner,
 .landing-docs {
   margin:20px 0 0;
 }
-.landing-banner .col-6:first-child,
-.landing-docs .col-6:first-child,
+.landing-banner div:first-child,
+.landing-docs div:first-child,
 .landing-docs .col-12 {
   margin-left:0;
   min-height:280px;
 }
-.landing-banner .col-6:last-child,
-.landing-docs .col-6:last-child,
+.landing-banner div:last-child,
+.landing-docs div:last-child,
 .landing-docs .col-12 {
   margin-right:0;
 }
index eab7e76..a45e4ba 100644 (file)
@@ -365,7 +365,9 @@ def:custom_footerlinks() ?>
 /def ?>
 
 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs 
-def:custom_buildinfo() ?>
-  Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
+def:custom_buildinfo() ?><?cs
+  if:!google ?>
+    Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> &mdash; <?cs
+  /if ?><?cs var:page.now ?>
 <?cs /def ?>