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

Unified Diff: src/site/samples/appcache/example/appcache.css

Issue 30853002: Added several more HTML5 samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 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 | « .gitignore ('k') | src/site/samples/appcache/example/appcache.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/samples/appcache/example/appcache.css
diff --git a/src/site/samples/appcache/example/appcache.css b/src/site/samples/appcache/example/appcache.css
new file mode 100644
index 0000000000000000000000000000000000000000..5f919f10f8e97575a5f67bf2c154343d82d76dc1
--- /dev/null
+++ b/src/site/samples/appcache/example/appcache.css
@@ -0,0 +1,37 @@
+/*
+ Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+ for details. All rights reserved. Use of this source code is governed by a
+ BSD-style license that can be found in the LICENSE file.
+*/
+
+body {
+ background: #f7f7f7;
+ color: #333;
+}
+
+h1, p {
+ font-family: 'Open Sans', Arial;
+}
+
+h1 {
+ margin-bottom: 40px;
+}
+
+code {
+ color: #b33;
+ font-weight: bold;
+}
+
+#content {
+ background: #fff;
+ border: 1px solid #e1e1e1;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+ -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
+ -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
+ margin: 40px auto;
+ padding: 40px;
+ width: 880px;
+}
« no previous file with comments | « .gitignore ('k') | src/site/samples/appcache/example/appcache.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698