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 b6ccb318b18f88e12443ad6bceb3089fff44d87a..3caa34d709d1a1cddc558c5c3c32c08e9ac50065 100644 |
--- a/chrome/common/extensions/docs/static/sass/_article.scss |
+++ b/chrome/common/extensions/docs/static/sass/_article.scss |
@@ -102,8 +102,6 @@ $toc-width: 28%; |
// Footer at bottom of articles |
#cc-info { |
- @include display-flex(); |
- @include align-items(center); |
font-style: italic; |
//font-size: $small-label-size; |
font-size: 0.8em; |
@@ -112,9 +110,6 @@ $toc-width: 28%; |
width: 90px; |
height: 32px; |
} |
- .last-updated { |
- @include flex(1); |
- } |
} |
// Multi-step codelabs |