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

Unified Diff: src/site/codelabs/darrrt/examples/piratebadge.css

Issue 339243004: Update generated JS for codelab's pirate app. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 6 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/site/codelabs/darrrt/examples/packages/browser/interop.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/codelabs/darrrt/examples/piratebadge.css
diff --git a/src/site/codelabs/darrrt/examples/piratebadge.css b/src/site/codelabs/darrrt/examples/piratebadge.css
deleted file mode 100644
index 1aa34cdc2c9117c890026548520e8b1547dc1b22..0000000000000000000000000000000000000000
--- a/src/site/codelabs/darrrt/examples/piratebadge.css
+++ /dev/null
@@ -1,55 +0,0 @@
-
-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;
-}
-.widgets {
- padding-bottom: 20pt;
- float: left;
-}
-.badge {
- border: 2px solid brown;
- border-radius: 1em;
- background: red;
- font-size: 14pt;
- width: 14em;
- height: 7em;
- text-align: center;
- float: left;
- margin-left: 20px;
- white-space: nowrap;
- overflow: hidden;
-}
-.greeting {
- color: white;
- font-family: sans-serif;
- padding: 0.5em;
-}
-.name {
- color: black;
- background: white;
- font-family: "Marker Felt", cursive;
- font-size: 25pt;
- padding-top: 1.0em;
- padding-bottom: 0.7em;
- height: 16px;
-}
-#generateButton {
- font-size: 12pt;
- margin-top: 20px;
-}
-input[type="text"] {
- font-size: 12pt;
- margin-top: 10pt;
- margin-bottom: 10pt;
- width: 12em;
-}
-
« no previous file with comments | « src/site/codelabs/darrrt/examples/packages/browser/interop.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698