OSDN Git Service

Doc change: css for n5 device video frame.
authorDirk Dougherty <ddougherty@google.com>
Sat, 26 Oct 2013 19:14:47 +0000 (12:14 -0700)
committerDirk Dougherty <ddougherty@google.com>
Sat, 26 Oct 2013 19:17:44 +0000 (12:17 -0700)
Change-Id: I283c5c7cb3bb84c494b493b333e47f69b2595501

tools/droiddoc/templates-sdk/assets/css/default.css
tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_port_span5.png [new file with mode: 0644]

index fa9dee3..36c3cc4 100644 (file)
@@ -860,7 +860,20 @@ scroll top left;
   .framed-nexus4-port-216 img {
     width: 216px;
     height: 360px; }
+    
+.framed-nexus5-port-span-5 {
+  background: transparent url(../images/styles/device_nexus5_blank_port_span5.png) no-repeat
+  scroll top left;
+  padding: 52px 33px 69px 31px;
+  overflow: hidden;
+}
 
+.framed-nexus5-port-span-5,
+.framed-nexus5-port-span-5 video,
+.framed-nexus5-port-span-5 img {
+  width: 216px;
+  height: 384px;
+}
 
 /* landing page disclosures */
 .landing-page-link {
diff --git a/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_port_span5.png b/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_port_span5.png
new file mode 100644 (file)
index 0000000..df35117
Binary files /dev/null and b/tools/droiddoc/templates-sdk/assets/images/styles/device_nexus5_blank_port_span5.png differ