Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
update homepage demo to, you know, work
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Aug 8, 2013
1 parent d0ffd99 commit 8ff2e36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="site/css/main.css">

<link rel="stylesheet" type="text/css" href="component/flipbox/demo/demo.css"/>
<link rel="stylesheet" type="text/css" href="../../../site/css/prettify.css">
<link rel="stylesheet" type="text/css" href="site/css/prettify.css">

</head>
<body>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2>What are Web Components?</h2>
</p>
</section>

<section>
<section class="demo-wrap clean">
<h1>Brick in Action</h1>
<div class="two-up">
<figure class="demo largeprint">
Expand Down
3 changes: 3 additions & 0 deletions site/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ footer {
section.demo-wrap, section.main-sect{
border-top: 1px solid grey;
}
.demo-wrap.clean {
border: 0;
}

.two-up {
clear: none;
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block style %}
<link rel="stylesheet" type="text/css" href="component/flipbox/demo/demo.css"/>
<link rel="stylesheet" type="text/css" href="css/prettify.css">
<link rel="stylesheet" type="text/css" href="site/css/prettify.css">
{% endblock %}

{% block content %}
Expand All @@ -21,7 +21,7 @@ <h2>What are Web Components?</h2>
</p>
</section>

<section>
<section class="demo-wrap clean">
<h1>Brick in Action</h1>
<div class="two-up">
<figure class="demo largeprint">
Expand Down

0 comments on commit 8ff2e36

Please sign in to comment.