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

Unified Diff: hello/web/index.css

Issue 367903008: Create a set of Dart dockerfiles (Closed) Base URL: https://github.com/dart-lang/dart_docker.git@master
Patch Set: Update Dart version and dart-hello readme Created 6 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 | « hello/pubspec.yaml ('k') | hello/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hello/web/index.css
diff --git a/hello/web/index.css b/hello/web/index.css
new file mode 100644
index 0000000000000000000000000000000000000000..b90845e3acb5a712323c15796d2e62c1d8d643f6
--- /dev/null
+++ b/hello/web/index.css
@@ -0,0 +1,12 @@
+body {
+ background-color: #F8F8F8;
+ font-family: 'Open Sans', sans-serif;
+ font-size: 14px;
+ font-weight: normal;
+ line-height: 1.2em;
+ margin: 15px;
+}
+
+h1, p {
+ color: #333;
+}
« no previous file with comments | « hello/pubspec.yaml ('k') | hello/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698