| Index: appengine/chromium_rietveld/new_static/components/cr-issue-editor.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-editor.html b/appengine/chromium_rietveld/new_static/components/cr-issue-editor.html
|
| index be8f412bd9af661140aa690fac83b7c160750c80..b314e0907655e9d7d58fd82b6d333d9621f6d015 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-editor.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-editor.html
|
| @@ -6,8 +6,8 @@ found in the LICENSE file. -->
|
|
|
| <polymer-element name="cr-issue-editor" attributes="issue errors disabled fields">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| - <link rel="stylesheet" href="forms.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| + <link rel="stylesheet" href="../common/forms.css">
|
|
|
| <fieldset class="form-fields" disabled?="{{ disabled }}">
|
| <template if="{{ fields | contains('subject') }}">
|
|
|