From de7fc2c7acb359f3c485651e35034129346201ef Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Sep 2016 10:13:20 -0500 Subject: [PATCH] Fix styles --- website/source/assets/stylesheets/_docs.scss | 8 ++++++++ website/source/assets/stylesheets/_global.scss | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/website/source/assets/stylesheets/_docs.scss b/website/source/assets/stylesheets/_docs.scss index 5591a6d195..0a9d3a2d8f 100755 --- a/website/source/assets/stylesheets/_docs.scss +++ b/website/source/assets/stylesheets/_docs.scss @@ -171,6 +171,14 @@ body.layout-intro{ padding-left: 3%; padding-bottom: 80px; + .alert { + a { + color: inherit; + font-size: inherit; + font-weight: inherit; + } + } + .lead{ margin-bottom: 48px } diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 7fb37ad7bf..bb34b2df39 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -51,6 +51,10 @@ pre { margin-bottom: 0; } +tt { + font-size: 18px; + font-family: "Menlo", "Monaco", "Courier New", monospace; +} //fixed grid below 992 to prevent smaller responsive sizes @media (max-width: 992px) {