| 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 {
|
|
|