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

Unified Diff: experimental/webtry/css/webtry.css

Issue 244313007: Move to using HTML templates when filling out the workspace history. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | experimental/webtry/js/run.js » ('j') | experimental/webtry/js/run.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/css/webtry.css
diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css
index 58dc68b7440c94a219d7d9da2c9b418fa7fa691c..dcc25402925bbc50a76d67d971895a6db80fe47a 100644
--- a/experimental/webtry/css/webtry.css
+++ b/experimental/webtry/css/webtry.css
@@ -31,6 +31,10 @@ textarea {
resize: none;
}
+template {
+ display: none;
mtklein 2014/04/21 16:19:01 Just out of curiosity, is this here only for the p
jcgregorio 2014/04/21 16:26:24 Yes, only needed for the polyfill. On 2014/04/21
+}
+
pre, code {
padding: 0;
color: green;
« no previous file with comments | « no previous file | experimental/webtry/js/run.js » ('j') | experimental/webtry/js/run.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698