| Index: appengine/chromium_rietveld/new_static/components/cr-issue-inbox-section.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-inbox-section.html b/appengine/chromium_rietveld/new_static/components/cr-issue-inbox-section.html
|
| index f7e58bea2f2e2f9933a6c663e84be3f1b271cba0..93d899dc74f1bc0f08f6f0be1a6a5a974b97d955 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-inbox-section.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-inbox-section.html
|
| @@ -2,12 +2,12 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<link rel="import" href="cr-collapsible.html">
|
| +<link rel="import" href="../common/cr-collapsible.html">
|
| <link rel="import" href="cr-issue-list.html">
|
|
|
| <polymer-element name="cr-issue-inbox-section" attributes="issues weeks showRecentActivity">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| .cr-collapsible-header {
|
| padding: 0.5em 16px;
|
|
|