am 75f21bc7: Merge "add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs." into klp-docs

* commit '75f21bc79e18f5bdf7676eeab6681e8f4a32e688':
  add 2x header logo and add override to viewport width for landing pages. changing the viewport to 970 ensures proper layout space for floating divs.
This commit is contained in:
Scott Main 2014-03-27 03:17:10 +00:00 committed by Android Git Automerger
commit b8702917c6
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -9,7 +9,9 @@
<div class="wrap" id="header-wrap"> <div class="wrap" id="header-wrap">
<div class="col-3 logo"> <div class="col-3 logo">
<a href="<?cs var:toroot ?>index.html"> <a href="<?cs var:toroot ?>index.html">
<img src="<?cs var:toroot ?>assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
width="123" height="25" alt="Android Developers" />
</a> </a>
<div class="btn-quicknav" id="btn-quicknav"> <div class="btn-quicknav" id="btn-quicknav">
<a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-inactive">Quicknav</a>