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

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

Issue 246823004: Factor out common template code. Send stdout back to web page. (Closed) Base URL: https://skia.googlesource.com/skia.git@clickhistory
Patch Set: rebase 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 | « experimental/webtry/TODO.md ('k') | experimental/webtry/js/run.js » ('j') | no next file with comments »
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 dcc25402925bbc50a76d67d971895a6db80fe47a..70a2c5e38e543fb37dcc046bc089a38f432ffee6 100644
--- a/experimental/webtry/css/webtry.css
+++ b/experimental/webtry/css/webtry.css
@@ -35,13 +35,12 @@ template {
display: none;
}
-pre, code {
- padding: 0;
+code {
color: green;
}
-#output {
- color: #333;
+pre, code {
+ padding: 0;
}
.tries {
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/js/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698