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

Unified Diff: chrome/common/extensions/docs/static/sass/_article.scss

Issue 609433003: Updated Chrome Apps codelab from I/O 2013 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload the rest of the images Created 6 years, 3 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: chrome/common/extensions/docs/static/sass/_article.scss
diff --git a/chrome/common/extensions/docs/static/sass/_article.scss b/chrome/common/extensions/docs/static/sass/_article.scss
index c11e9b8f12672baaa13417782cee47f2bc36bb48..b6ccb318b18f88e12443ad6bceb3089fff44d87a 100644
--- a/chrome/common/extensions/docs/static/sass/_article.scss
+++ b/chrome/common/extensions/docs/static/sass/_article.scss
@@ -117,6 +117,12 @@ $toc-width: 28%;
}
}
+// Multi-step codelabs
+.h1-step { display: block; font-size: 0.5em; line-height: 150%; }
+
+// API roundup on codelabs
+.anchor-link-icon { padding-left: 1px; }
+
// Large than mobile.
@media only screen and (min-width: $break-small) {
.inline-toc {

Powered by Google App Engine
This is Rietveld 408576698