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

Side by Side 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, 3 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright 2015 the Dart project authors. All rights reserved. */
2 /* Use of this source code is governed by a BSD-style license */
3 /* that can be found in the LICENSE file. */
4
5 p {
6 color: #888;
7 }
8 a {
9 color: cyan;
10 }
11 .searchString {
12 font-style: italic;
13 transition: 1s ease-in;
14 }
15 .highlighted {
16 color:white;
17 }
OLDNEW
« 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