Misc cleanup

This commit is contained in:
Bill Thiede 2015-02-04 13:52:22 -08:00
parent 798014db1c
commit 56547e4b09
3 changed files with 5 additions and 11 deletions

View File

@ -1,10 +1,8 @@
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/core-ajax/core-ajax.html">
<link rel="import" href="../bower_components/core-header-panel/core-header-panel.html">
<link rel="import" href="../bower_components/paper-fab/paper-fab.html">
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../elements/xinu-email-unread.html">
<script src="../bower_components/moment/moment.js"></script>

View File

@ -1,6 +1,5 @@
<link rel="import" href="../bower_components/paper-item/paper-item.html">
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/paper-item/paper-item.html">
<polymer-element name="xinu-email-unread" attributes="boxes" noscript>
<template>
@ -23,7 +22,7 @@
</style>
<template repeat="{{box in boxes}}">
<paper-item icon="folder">
<paper-item>
<a href="#{{box.name}}" target="_self">
<div horizontal layout>
<div flex>{{box.name}}</div>

View File

@ -10,13 +10,10 @@
<link rel="shortcut icon" href="/favicon.ico">
<!-- 1. Load platform.js for polyfill support. -->
<script src="bower_components/platform-dev/platform.js"></script>
<!-- 1. Load platform support before any code that touches the DOM. -->
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
<!-- 2. Use an HTML Import to bring in the element. -->
<link rel="import" href="bower_components/core-icon/core-icon.html">
<link rel="import" href="bower_components/core-icons/core-icons.html">
<link rel="import" href="bower_components/font-roboto/roboto.html">
<link rel="import" href="elements/xinu-email-app.html">