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

Unified Diff: src/site/_layouts/tutorial.html

Issue 123553005: Added new server/cmdline/io programmers' guide. (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: used new page layout for new tutorial Created 6 years, 12 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/docs/index.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_layouts/tutorial.html
diff --git a/src/site/_layouts/default.html b/src/site/_layouts/tutorial.html
similarity index 79%
copy from src/site/_layouts/default.html
copy to src/site/_layouts/tutorial.html
index fb73eff0147b3b4b62fe349960d424ac7483b599..ba5712c782de9aac7ae46f22243b608b418d120d 100644
--- a/src/site/_layouts/default.html
+++ b/src/site/_layouts/tutorial.html
@@ -2,7 +2,7 @@
<div class="container-page">
<div class="container">
- <div class="container col-md-10 col-md-offset-1 sub-page">
+ <div class="container col-md-12 col-md-offset-0 sub-page">
<div{% if page.has-permalinks %} class="has-permalinks"{% endif %}>
{{ content }}
</div>
« no previous file with comments | « no previous file | src/site/docs/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698