Commit 7b86797f authored by Stephen Sawchuk's avatar Stephen Sawchuk

add Learn bar to labs -> Polymer.

parent db9cb67d
......@@ -20,14 +20,14 @@ body {
font-smoothing: antialiased;
}
body > header {
padding-top: 22px;
margin-bottom: -5px;
body > section {
position: relative;
margin: 130px 0 40px 0;
}
h1 {
/* position: absolute;
top: -120px;*/
position: absolute;
top: -120px;
width: 100%;
font-size: 70px;
font-weight: bold;
......@@ -193,7 +193,7 @@ hr {
/**body*/.learn-bar > .learn {
left: 8px;
}
/**body*/.learn-bar #todoapp {
/**body*/.learn-bar > section {
width: 550px;
margin: 130px auto 40px auto;
}
......
<!doctype html>
<html lang="en">
<html lang="en" data-framework="polymer">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
......@@ -7,17 +7,20 @@
<link rel="stylesheet" href="app/app.css">
</head>
<body>
<header>
<h1>todos</h1>
</header>
<td-todos></td-todos>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://www.polymer-project.org">The Polymer Authors</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<section>
<header>
<h1>todos</h1>
</header>
<td-todos></td-todos>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://www.polymer-project.org">The Polymer Authors</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
</section>
<!-- Scripts here. Don't remove this ↓ -->
<script src="components/todomvc-common/base.js"></script>
<script src="components/polymer/polymer.min.js"></script>
<link rel="import" href="elements/td-todos.html">
</body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment