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

Unified Diff: experimental/webtry/templates/footercommon.html

Issue 623173004: rework webtry css with compass and bootstrap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/footercommon.html
diff --git a/experimental/webtry/templates/footercommon.html b/experimental/webtry/templates/footercommon.html
index 47a27647ad37fa6b80d96cf9166e6dd7cad58721..57ed5eb193e148c920401365913b03b6b77fdb13 100644
--- a/experimental/webtry/templates/footercommon.html
+++ b/experimental/webtry/templates/footercommon.html
@@ -1,6 +1,9 @@
- <link rel='stylesheet' href='/res/css/webtry.css' type='text/css'>
- <link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'>
- <script src='/res/js/polyfill.js' type='text/javascript'></script>
- <script src='/res/js/cm/codemirror.js' type='text/javascript'></script>
- <script src='/res/js/cm/clike.js' type='text/javascript'></script>
- <script src='/res/js/webtry.js' type='text/javascript'></script>
+<link rel='stylesheet' href='/res/webtry/css/webtry.css' type='text/css'>
+<link rel='stylesheet' href='/res/css/cm/codemirror.css' type='text/css'>
+
+<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
+<script src="/res/webtry/js/bootstrap.js"></script>
+<script src='/res/js/polyfill.js' type='text/javascript'></script>
+<script src='/res/js/cm/codemirror.js' type='text/javascript'></script>
+<script src='/res/js/cm/clike.js' type='text/javascript'></script>
+<script src='/res/js/webtry.js' type='text/javascript'></script>
« no previous file with comments | « experimental/webtry/templates/content.html ('k') | experimental/webtry/templates/titlebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698