Repository: brooklyn-docs Updated Branches: refs/heads/master 921210ad7 -> a45ad9664
make font size for `<code>` relative so it works in headers etc Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/a45ad966 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/a45ad966 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/a45ad966 Branch: refs/heads/master Commit: a45ad9664b928f4bdefb15eef7d09f34cf846dc1 Parents: 921210a Author: Alex Heneveld <[email protected]> Authored: Tue Jul 5 15:46:54 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Jul 5 15:46:54 2016 +0100 ---------------------------------------------------------------------- style/css/_code_blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/a45ad966/style/css/_code_blocks.scss ---------------------------------------------------------------------- diff --git a/style/css/_code_blocks.scss b/style/css/_code_blocks.scss index dd39dd8..3e25172 100644 --- a/style/css/_code_blocks.scss +++ b/style/css/_code_blocks.scss @@ -9,7 +9,7 @@ @mixin code() { font-family: Consolas, Lucida Console, Monaco, monospace; @include nowrap(); - font-size: 14px; + font-size: 80%; /* override color and bg-color on 'code' from bootstrap, and a touch more padding on top since font-size is smaller */ color: $text_color; background-color: $code_bg_color;
