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

Unified Diff: src/site/docs/tutorials/forms/examples/search_form/web/search_form.css

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merging with master 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
Index: src/site/docs/tutorials/forms/examples/search_form/web/search_form.css
diff --git a/src/site/articles/dart-unit-tests/code/html_test/web/html_test.css b/src/site/docs/tutorials/forms/examples/search_form/web/search_form.css
similarity index 79%
copy from src/site/articles/dart-unit-tests/code/html_test/web/html_test.css
copy to src/site/docs/tutorials/forms/examples/search_form/web/search_form.css
index 405487c7571460f00a74b1cdcaa3741b667e31e1..7a5305f64c42df7e78cbcd9cf2ce66b2b82410e9 100644
--- a/src/site/articles/dart-unit-tests/code/html_test/web/html_test.css
+++ b/src/site/docs/tutorials/forms/examples/search_form/web/search_form.css
@@ -1,4 +1,3 @@
-
body {
background-color: #F8F8F8;
font-family: 'Open Sans', sans-serif;
@@ -19,9 +18,3 @@ h1, p {
border: 1px solid #ccc;
background-color: #fff;
}
-
-#sample_text_id {
- font-size: 24pt;
- text-align: center;
- margin-top: 140px;
-}

Powered by Google App Engine
This is Rietveld 408576698