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

Side by Side 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, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/site/docs/index.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% include header.html %} 1 {% include header.html %}
2 2
3 <div class="container-page"> 3 <div class="container-page">
4 <div class="container"> 4 <div class="container">
5 <div class="container col-md-10 col-md-offset-1 sub-page"> 5 <div class="container col-md-12 col-md-offset-0 sub-page">
6 <div{% if page.has-permalinks %} class="has-permalinks"{% endif %}> 6 <div{% if page.has-permalinks %} class="has-permalinks"{% endif %}>
7 {{ content }} 7 {{ content }}
8 </div> 8 </div>
9 </div> 9 </div>
10 </div> 10 </div>
11 </div> 11 </div>
12 12
13 {% include footer.html %} 13 {% include footer.html %}
OLDNEW
« 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