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

Unified Diff: src/tests/site/gists/homepage_jw_html/web/styles.css

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 4 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 | « src/tests/site/gists/homepage_jw_html/web/main.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tests/site/gists/homepage_jw_html/web/styles.css
diff --git a/src/tests/site/gists/homepage_jw_html/web/styles.css b/src/tests/site/gists/homepage_jw_html/web/styles.css
new file mode 100644
index 0000000000000000000000000000000000000000..648c6defec69df7968e6384fced64951dae9694f
--- /dev/null
+++ b/src/tests/site/gists/homepage_jw_html/web/styles.css
@@ -0,0 +1,17 @@
+/* Copyright 2015 the Dart project authors. All rights reserved. */
+/* Use of this source code is governed by a BSD-style license */
+/* that can be found in the LICENSE file. */
+
+p {
+ color: #888;
+}
+a {
+ color: cyan;
+}
+.searchString {
+ font-style: italic;
+ transition: 1s ease-in;
+}
+.highlighted {
+ color:white;
+}
« no previous file with comments | « src/tests/site/gists/homepage_jw_html/web/main.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698