Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Unified Diff: appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html
diff --git a/appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html b/appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html
index 64aee0f5a793c880c199cfb08a83c97e536125dc..ddaf3b5d70ab3de8a4778c1ed57a7ee717e96913 100644
--- a/appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html
+++ b/appengine/chromium_rietveld/new_static/linkify/cr-linkified-text.html
@@ -6,7 +6,7 @@ found in the LICENSE file. -->
<script src="link_text_parser.js"></script>
<polymer-element name="cr-linkified-text" attributes="text">
- <template><link rel="stylesheet" href="../components/common.css"><style>
+ <template><link rel="stylesheet" href="../common/common.css"><style>
:host([pre]) {
white-space: pre-wrap;
word-wrap: break-word;

Powered by Google App Engine
This is Rietveld 408576698