Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Updates from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Apr 16, 2014
2 parents c7ecfd9 + e71463f commit 5dffa65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
core-layout
===========

See //polymer.github.io/core-layout
See the [component page](http://polymer.github.io/core-layout) for more information.
10 changes: 5 additions & 5 deletions core-layout-host.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*/

:host {
display: -webkit-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: -moz-flex !important;
display: -webkit-flex !important;
display: flex !important;
}

:host(.core-row) {
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<head>

<script src="../platform/platform.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../core-component-page/core-component-page.html">

</head>
Expand Down

0 comments on commit 5dffa65

Please sign in to comment.