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

Unified Diff: src/site/codelabs/darrrt/examples/1-blankbadge/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 | « no previous file | src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.css
diff --git a/src/site/codelabs/darrrt/examples/piratebadge.css b/src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.css
similarity index 92%
copy from src/site/codelabs/darrrt/examples/piratebadge.css
copy to src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.css
index 1aa34cdc2c9117c890026548520e8b1547dc1b22..2c1f41998ca3d312cc6714c27f41f6e7a6a4a0da 100644
--- a/src/site/codelabs/darrrt/examples/piratebadge.css
+++ b/src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.css
@@ -52,4 +52,8 @@ input[type="text"] {
margin-bottom: 10pt;
width: 12em;
}
-
+@media all and (max-width: 500px) {
+ .badge {
+ margin-left: 0px;
+ }
+}
« no previous file with comments | « no previous file | src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698