Skip to content

Commit 8657a42

Browse files
author
Rob Dodson
committed
Pull in changes from newsite
2 parents 310d14b + 90299b6 commit 8657a42

21 files changed

Lines changed: 242 additions & 141 deletions

_includes/spec-header.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<dl class="dl-horizontal">
2-
{% if page.feature.code %}
3-
<dt>Build status</dt>
4-
<dd>{{page.feature.status}}</dd>
5-
{% endif %}
1+
<dl class="horizontal">
62
{% if page.feature.code %}
73
<dt>Repository</dt>
84
<dd><a href="{{page.feature.code}}">{{page.feature.code | domain_name}}</a></dd>
@@ -19,10 +15,10 @@
1915
{% endif %}
2016
</dl>
2117

22-
---
23-
2418
> {{page.feature.summary}}
2519

20+
---
21+
2622
{% if page.links %}
2723

2824
#### Before you begin

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ been wrapped and properly work under the polyfill now ([commit](https://github.c
238238

239239
- Changes to bound property values now reflected back out to the HTML attribute. Note, properties that are objects are not reflected back. Fixes [#188](https://github.com/Polymer/polymer/issues/188).
240240
- Experimental support for native Custom Elements using `document.register()`. Enable in
241-
`about:flags`) and use the [?register](/runtime-config.html#register) flag.
241+
`about:flags`) and use the [?register](/docs/polymer/runtime-config.html#register) flag.
242242
- Custom element `entered/leftDocument()` callbacks are not supported. `inserted/removed` are
243243
still supoorted for backwards compatibility ([commit](https://github.com/Polymer/polymer/commit/62e0233e08f62b140eb050c841d8e5a0876f8af1))
244244

@@ -706,7 +706,7 @@ the default view on Github.
706706

707707
* `g-component.html` no longer exists as the Tookit kernel. It has been replaced
708708
with loading in `toolkit.js` instead.
709-
* Added `debug` [runtime flags](/runtime-config.html) to conditionally load debug
709+
* Added `debug` [runtime flags](/docs/polymer/runtime-config.html) to conditionally load debug
710710
version of `platform.js`.
711711

712712
---

css/mobile.css

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
1-
@media only screen and (max-width: 580px) { /* line 6, ../sass/mobile.scss */
1+
@media only screen and (max-width: 580px) { /* line 7, ../sass/mobile.scss */
22
#sidebar { position: static; width: auto; height: auto; }
3-
/* line 12, ../sass/mobile.scss */
3+
/* line 13, ../sass/mobile.scss */
44
scroll-area[sidebar] { padding-left: 0; }
5-
/* line 16, ../sass/mobile.scss */
5+
/* line 17, ../sass/mobile.scss */
66
scroll-area > article { padding-left: 35px; padding-right: 35px; }
7-
/* line 21, ../sass/mobile.scss */
7+
/* line 22, ../sass/mobile.scss */
8+
.main-bg .panel img { width: 38%; margin-right: auto; margin-bottom: 10px; }
9+
/* line 28, ../sass/mobile.scss */
10+
.panel { flex-flow: column; margin: 30px; }
11+
/* line 33, ../sass/mobile.scss */
12+
.panel summary + summary { margin-right: auto; }
13+
/* line 37, ../sass/mobile.scss */
14+
.panel.left { padding: 80px 0px; }
15+
/* line 41, ../sass/mobile.scss */
16+
.panel.right summary { flex: 1; order: 2; }
17+
/* line 46, ../sass/mobile.scss */
18+
.panel.right img { order: 1; height: 120px; margin-right: auto; margin-bottom: 50px; }
19+
/* line 53, ../sass/mobile.scss */
20+
.box { padding: 20px 24px 14px; }
21+
/* line 57, ../sass/mobile.scss */
22+
app-bar a { display: none; }
23+
/* line 61, ../sass/mobile.scss */
24+
.bar { height: 60px; }
25+
/* line 65, ../sass/mobile.scss */
826
footer { padding: 65px 35px; }
9-
/* line 27, ../sass/mobile.scss */
10-
footer polymer-ui-toolbar.flexbox.align-center { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; } }
27+
/* line 70, ../sass/mobile.scss */
28+
footer polymer-ui-toolbar { height: 170px; }
29+
/* line 74, ../sass/mobile.scss */
30+
footer polymer-ui-toolbar .paper-button { padding-bottom: 30px; }
31+
/* line 78, ../sass/mobile.scss */
32+
#future polymer-ui-toolbar button:nth-child(1) { display: none; }
33+
/* line 83, ../sass/mobile.scss */
34+
footer polymer-ui-toolbar.flexbox.align-center { -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-box-align: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; -webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex-start; justify-content: flex-start; height: 170px; } }

0 commit comments

Comments
 (0)