Skip to content

Commit

Permalink
Merge pull request tastejs#648 from tastejs/polymer-update
Browse files Browse the repository at this point in the history
Updating to latest official Polymer TodoMVC implementation
  • Loading branch information
addyosmani committed Aug 6, 2013
2 parents 3346fdc + fa091dc commit b171d55
Show file tree
Hide file tree
Showing 33 changed files with 376 additions and 2,469 deletions.
18 changes: 12 additions & 6 deletions architecture-examples/polymer/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ body {
font-smoothing: antialiased;
}

body > section {
position: relative;
margin: 130px 0 40px 0;
body > header {
padding-top: 22px;
margin-bottom: -5px;
}

h1 {
position: absolute;
top: -120px;
/* position: absolute;
top: -120px;*/
width: 100%;
font-size: 70px;
font-weight: bold;
Expand Down Expand Up @@ -185,6 +185,12 @@ hr {
transition-duration: 500ms;
}


/* IE doesn't support the hidden attribute */
[hidden] {
display: none;
}

@media (min-width: 899px) {
/**body*/.learn-bar {
width: auto;
Expand All @@ -193,7 +199,7 @@ hr {
/**body*/.learn-bar > .learn {
left: 8px;
}
/**body*/.learn-bar > section {
/**body*/.learn-bar #todoapp {
width: 550px;
margin: 130px auto 40px auto;
}
Expand Down
50 changes: 0 additions & 50 deletions architecture-examples/polymer/bower_components/polymer/polymer.js

This file was deleted.

Large diffs are not rendered by default.

182 changes: 0 additions & 182 deletions architecture-examples/polymer/bower_components/polymer/src/attrs.js

This file was deleted.

Loading

0 comments on commit b171d55

Please sign in to comment.