add viewport width override to each landing page and fix link on homepage
Change-Id: I54cfd2e5a0f127d26644e126d41c5044729af9c5
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
page.title=Design
|
page.title=Design
|
||||||
|
page.viewport-width=970
|
||||||
header.hide=1
|
header.hide=1
|
||||||
footer.hide=1
|
footer.hide=1
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
fullpage=true
|
fullpage=true
|
||||||
page.title=Develop
|
page.title=Develop
|
||||||
|
page.viewport-width=970
|
||||||
header.hide=1
|
header.hide=1
|
||||||
carousel=1
|
carousel=1
|
||||||
tabbedList=1
|
tabbedList=1
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
page.title=Distribute Apps
|
page.title=Distribute Apps
|
||||||
|
page.viewport-width=970
|
||||||
header.hide=1
|
header.hide=1
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
fullpage=true
|
fullpage=true
|
||||||
|
page.viewport-width=970
|
||||||
no_footer_links=true
|
no_footer_links=true
|
||||||
carousel=true
|
carousel=true
|
||||||
excludeFromSuggestions=true
|
excludeFromSuggestions=true
|
||||||
@@ -20,7 +21,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
|
|||||||
|
|
||||||
<li class="item carousel-home">
|
<li class="item carousel-home">
|
||||||
<div class="content-left col-10" style="width:580px;">
|
<div class="content-left col-10" style="width:580px;">
|
||||||
<a href="{@docRoot}design/patterns/new.html">
|
<a href="{@docRoot}wear/index.html">
|
||||||
<img src="{@docRoot}images/home/aw_dac.png" style="margin-top:50px" >
|
<img src="{@docRoot}images/home/aw_dac.png" style="margin-top:50px" >
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user