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

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

Issue 836833002: Docs: Remove Send Feedback button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 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 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

Powered by Google App Engine
This is Rietveld 408576698